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