# Changelog All notable changes to this project will be documented in this file. ## [unreleased] ### Features #### Initial API. - Alignment types driven by the `alignment` module. - `AlignedBytes` -- aligned container - `AlignedSlice` -- type guarantee on alignment of `&[u8]` - `AlignedBlockIterator` -- iterate aligned blocks of a slice. - Quality of life implementations of `Deref` and `std::cmp` traits. ### Reliability #### Automatically generate changelog (#1). Related issues: [#1](https://github.com/V0ldek/align/issues/1) #### Use cargo-hack for feature powerset.