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

https://github.com/runfalk/bit-mangle

Bit encoding and decoding of variable length integers.
https://github.com/runfalk/bit-mangle

Last synced: about 1 year ago
JSON representation

Bit encoding and decoding of variable length integers.

Awesome Lists containing this project

README

          

Bit Mangle
==========
Bit encoding and decoding of variable length signed and unsigned integers. This
is useful for implementing bit parsers in `no_std` environments.