next_web_dev
Run this command in a terminal, in your project's directory:
cargo add next-web-dev
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
next-web-dev = "0.1.7"
The next_web_dev library will be automatically available globally. Read the next_web_dev library documentation.
Back to the crate overview.