av-bitstream

Crates.ioav-bitstream
lib.rsav-bitstream
version0.2.0
sourcesrc
created_at2018-09-09 12:17:48.655986
updated_at2022-08-27 06:49:51.396681
descriptionSimple bit writer/reader
homepage
repositoryhttps://github.com/rust-av/rust-av
max_upload_size
id83719
size50,475
FreezyLemon (FreezyLemon)

documentation

README

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

MIT

Commit count: 414

cargo fmt