Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

CHANGES.md

File metadata and controls

12 lines (8 loc) · 426 Bytes

Changes

0.0.8

  • First implementation of efficient immutable byte strings with cheap view and concat operations. Thanks to @felipecrv for contributing! 👏

  • Iterators and Transient builders for efficiently examining, destructuring, and constructing byte strings from different sources.

  • Preliminary Bytestrings syntax support (via a ppx) for constructions and efficient pattern matching using the %b sigil.