v0.0.1
[0.0.1] - 2022-05-17
Features
Initial API.
- Alignment types driven by the
alignment
module. AlignedBytes
-- aligned containerAlignedSlice
-- type guarantee on alignment of&[u8]
AlignedBlockIterator
-- iterate aligned blocks of a slice.- Quality of life implementations of
Deref
andstd::cmp
traits.
Reliability
Automatically generate changelog (#1).
Related: #1