Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.02 KB

☀️ Solarpunk
🌐 Open Source advocate
🦀 Rust developer
🐧 Linux poweruser

Things I created

  • caniuse.rs – Check which version of Rust stabilized a certain feature
  • turbo.fish – A little joke website
  • cargo depgraph - Creates graphviz dependency graphs for Rust projects that use Cargo
  • serde_html_form – Rust crate for (de-)serialization of application/x-www-form-urlencoded data
  • eyeball – Add observability to your Rust types!
  • hinoki (WIP) – A simple, yet very flexible static site generator

Things I contributed a lot to

  • Ruma (@ruma) – Matrix libraries for Rust
  • axum ⭐️ – Rust web application framework
  • tower-http – Rust HTTP server utilities