Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 373 Bytes

bytestring

Efficient, immutable, UTF friendly byte strings with Elixir-style pattern matching

Bytestring implements efficient, immutable, pattern-matchable, UTF friendly byte strings backed up by a rope implementation with mutable iterator instances and a transient interface in the spirit of Clojure transient data.