bitwise-io

Crates.iobitwise-io
lib.rsbitwise-io
version0.1.2
sourcesrc
created_at2021-01-29 12:51:46.610851
updated_at2021-01-29 14:19:59.150292
descriptionbuffered bitwise input/output
homepage
repositoryhttps://github.com/einzigartigername/bitwise-io
max_upload_size
id348038
size11,247
Nelson Gillo (einzigartigerName)

documentation

README

bitwise-io

A Rust Library that enables you to read/write single bits from/to a stream

Install

Add this to your Cargo.toml

[dependencies]
bitwise-io = "0.1.0"

Internal

Reader

The BitReader wraps a BufRead Trait and a position indicator for the next bit.

Writer

The BitWriter wraps the Write Trait and has an internal buffer of 1024 bytes (8192 bits).

Commit count: 8

cargo fmt