Skip to content

Commit

Permalink
Headspace: fix link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
awhillas committed Apr 6, 2024
1 parent 955e893 commit 61862b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/headspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ By hypermedia doesn't care what your backend is written in so I was flirting wit
- Rust web frameworks:
- [Poem](https://docs.rs/poem/latest/poem/): "sits somewhere between a focused micro-framework and a full-featured "batteries included" framework. I like the API design, it uses strong typing well to increase correctness and ergonomics, but without getting too crazy to keep things simple." & "it just doesn't get enough love and fast enough bugfixes" also "hard-to-google name"
- [Rocket](https://rocket.rs/): "Rocket is great with all of the bells and whistles but it's heavy use of macros, while it makes things easy, requires you to jump into the documentation more to look up the correct way to do things."
- [Axum][https://docs.rs/axum/latest/axum/] "Axum is light and flexible, you can usually guess correctly how to do things without popping into the docs too often because it just works how you'd expect. But that is also because how you expect it to work is usually "build the thing yourself or use another crate".
- [Axum](https://docs.rs/axum/latest/axum/) "Axum is light and flexible, you can usually guess correctly how to do things without popping into the docs too often because it just works how you'd expect. But that is also because how you expect it to work is usually "build the thing yourself or use another crate".
- [Loco](https://loco.rs/) - Loco follows Rails. There, I said it. Rails concepts are carefully adapted to modern Rust development. (I don't like Rails, convention over configuration :@ Try remebering convention after 6 months!)
- HTML Templating in Rust:
- [maud](https://maud.lambda.xyz/): light weight macro, Pug like, for writing html templates
Expand Down

0 comments on commit 61862b3

Please sign in to comment.