Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/athanclark/purescript-byte-codec
- Owner: athanclark
- License: bsd-3-clause
- Created: 2019-01-22T07:37:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T22:13:44.000Z (over 4 years ago)
- Last Synced: 2024-12-10T00:36:19.207Z (about 1 month ago)
- Topics: binary, bit-flag, byte, javascript, purescript
- Language: PureScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.