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