Adding rbytes_rust_util library as a dependency

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:

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.