Skip to content

v0.0.1

Compare
Choose a tag to compare
@V0ldek V0ldek released this 17 May 11:35
· 70 commits to main since this release
v0.0.1
62bbfa5

[0.0.1] - 2022-05-17

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: #1

Use cargo-hack for feature powerset.