Adding cs_utils library as a dependency

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

cargo add cs-utils

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

cs-utils = "0.21.1"

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

Back to the crate overview.