Adding serde_ini library as a dependency
Run this command in a terminal, in your project's directory:
cargo add serde_ini
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
serde_ini = "0.2.0"
The serde_ini library will be automatically available globally.
Read the serde_ini library documentation.
Back to the crate overview.