Adding serde_state library as a dependency

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

cargo add serde_state

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

serde_state = "0.4.8"

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

Back to the crate overview.