Announcing axum 0.8.0
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
axum is a web application framework that focuses on ergonomics and modularity.
Hey! If you're using axum, I would be happy if you tried the first release candidate of the upcoming v0.8.0, and shared any feedback you have. That's all :)
https://github.com/tokio-rs/axum/releases/tag/axum-v0.8.0-rc.1Open linkView original on discuss.tchncs.deI just released v0.1.0 of hinoki, my static site generator :)
The README.md should explain usage, and you can also see how I ported my blog to it here.
This project started because I'm not entirely happy with Zola, which does not support customizing page paths much (e.g. /year/month/day/title/index.html style paths) and made some other design decisions that I wanted to explore alternatives to.
You can download the binary from GitHub releases, or cargo install it from git.
Any feedback is appreciated, here or in the GitHub issues!
https://github.com/jplatte/hinokiOpen linkView original on discuss.tchncs.de