Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athanclark/purescript-byte-codec

Byte-oriented codecs
https://github.com/athanclark/purescript-byte-codec

binary bit-flag byte javascript purescript

Last synced: 23 days ago
JSON representation

Byte-oriented codecs

Awesome Lists containing this project

README

        

# purescript-byte-codec

JavaScript's `ArrayBuffer` can't operate at the bit level, but it _can_ operate at the byte level.
This is a system for treating sub-byte codecs as unions of their values.