5 releases
new 0.2.1 | Nov 18, 2024 |
---|---|
0.2.0 | Aug 27, 2022 |
0.1.2 | Jun 29, 2020 |
0.1.1 | Mar 9, 2020 |
0.1.0 | Sep 9, 2018 |
#245 in Video
657 downloads per month
Used in 4 crates
(via av-ivf)
51KB
1.5K
SLoC
Bitstream utilities
Read/Write values from/to a stream of bits
Implementation status
- Fixed-size bitreader
- Fixed-size bitwriter
- Codebook-style variable-size bits-to-symbol reader
- Codebook-style variable-size symbol-to-bits writer
- Numeric-type to-bytes reader
- Numeric-type to-bytes writer
Todo
- Documentation
- Basic tests
- Benchmarks
License
lib.rs
:
Bytes and bitstream reading/writing functionality.
Dependencies
~150KB