1[package]
2categories = ["embedded", "memory-management", "no-std"]
3description = "A newtype with alignment of at least `A` bytes"
4documentation = "https://docs.rs/aligned"
5edition = "2021"
6keywords = ["alignment", "aligned", "array", "static"]
7license = "MIT OR Apache-2.0"
8name = "aligned"
9repository = "https://github.com/rust-embedded-community/aligned"
10version = "0.4.2"
11
12[dependencies]
13as-slice = "0.2.0"
14