File: README.md

package info (click to toggle)
rust-bitvec-helpers 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# bitvec_helpers
Bitstream reader/writer helpers.

## Features
- `bitvec`: Expose [bitvec](https://github.com/ferrilab/bitvec) based reader, writer.
- `bitstream-io`: Expose [bitstream-io](https://github.com/tuffy/bitstream-io) based reader, writer.