Adding with_cell library as a dependency

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

cargo add with-cell

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

with-cell = "0.1.0"

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

Back to the crate overview.