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