Adding stateright library as a dependency

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

cargo add stateright

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

stateright = "0.31.0"

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

Back to the crate overview.