Adding const_generic_alignment library as a dependency

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

cargo add const-generic-alignment

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

const-generic-alignment = "0.3.0"

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

Back to the crate overview.