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