Cot.rs @cot.rs · Sep 11

The new `FromRequestParts` derive macro cuts down on repetitive code. Instead of listing `Urls`, `StaticFiles`, and `RouteName` in every handler signature, you can bundle them into one struct. Small quality of life improvement that really adds up.

1 likes 1 replies

?

Replies

Cot.rs · Sep 11

We plan to make releases much more often going forward instead of these 4-month gaps. It'll be much easier to remember what we've changed when it's fresh 😅 Check out the guide at: cot.rs/guide/v0.4/ And the blog post: mackow.ski/blog/cot-v04...