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.
- Host: GitHub
- URL: https://github.com/runfalk/bit-mangle
- Owner: runfalk
- License: mit
- Created: 2024-01-15T15:24:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-11T18:54:46.000Z (over 1 year ago)
- Last Synced: 2025-01-19T06:46:46.652Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.