Adding aligned_box library as a dependency

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

cargo add aligned_box

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

aligned_box = "0.3.0"

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

Back to the crate overview.