Structured web framework for rust built on top of axum.
Designed to build server application with less boilerplate and more simplicity.
It takes advantage of the tokio ecosystem to bring you performance with nice DX.
This cli provides a quick way to:
- Create a new sword project
- Add modules to an existing sword project
- Run a sword project
Sword is in active development, expect breaking changes.
The CLI is in early stage expect bugs and missing features.
You can install the sword CLI using cargo:
cargo install sword-cli$ swd new
> What is your project name? my-sword-app