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