Hacker News new | ask | show | jobs
by jmalicki 126 days ago
> batteries-included

Rust tends to have more of the model of small packages that do one thing rather than monolithic frameworks.

e.g. as in the sibling comment, if you want openAPI you install axum-openapi, rather than being included in the framework.