Skip to content

v0.5.0

Choose a tag to compare

@nekitbot nekitbot released this 12 Oct 14:03
· 14 commits to main since this release

0.5.0 (2025-10-12)

Features

  • Added escape_ascii to NonEmptyBytes.

  • Exported NonEmptyBoxedBytes and NonEmptyBoxedSlice<T> from boxed module.

  • Added repeat method to NonEmptySlice<T> provided T: Clone.