- cross-posted to:
- hackernews@lemmy.bestiver.se
- rust@lemmit.online
- cross-posted to:
- hackernews@lemmy.bestiver.se
- rust@lemmit.online
axum is an ergonomic and modular web framework built with Tokio, Tower, and Hyper
axum is an ergonomic and modular web framework built with Tokio, Tower, and Hyper
FWIW, the last breaking release of axum before this came out in Nov 2023.
I would also argue that the vast majority of axum tutorials still “work” - your app would panic at startup if using the old path capture syntax with a note that the syntax changed which should immediately get you back on track, and I wouldn’t expect the other features that were changed in a breaking manner to be used in tutorials much.