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