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