Adding data_buffer library as a dependency

Run this command in a terminal, in your project's directory:

cargo add data-buffer

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

data-buffer = "0.8.0"

The data_buffer library will be automatically available globally. Read the data_buffer library documentation.

Back to the crate overview.