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