Adding pausable_future library as a dependency

Run this command in a terminal, in your project's directory:

cargo add pausable_future

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

pausable_future = "0.2.0"

The pausable_future library will be automatically available globally. Read the pausable_future library documentation.

Back to the crate overview.