Adding disk_ringbuffer library as a dependency

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

cargo add disk-ringbuffer

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

disk-ringbuffer = "0.7.4"

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

Back to the crate overview.