File: README.md

package info (click to toggle)
rust-bitvec-helpers 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
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.