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