An open API service indexing awesome lists of open source software.

https://github.com/riot-ml/bytestring

Efficient, immutable, UTF friendly byte strings with Elixir-style pattern matching for OCaml
https://github.com/riot-ml/bytestring

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          


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.