Adding dimension_shiftable_buffer library as a dependency

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

cargo add dimension_shiftable_buffer

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

dimension_shiftable_buffer = "1.0.0"

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

Back to the crate overview.