Adding next_web_dev library as a dependency

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:

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.