Docs.rs
redux-0.2.0
redux 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
peterbudai
Dependencies
rand ^0.3
dev
time ^0.1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redux
0.2.0
Module bitio
Module Items
Structs
Traits
In crate redux
redux
Module
bitio
Copy item path
Source
Expand description
Bit level I/O operations.
Structs
§
BitReader
Actual implementation of bit-oriented input reader.
BitWriter
Actual implementation of bit-oriented outour writer.
Traits
§
BitRead
A trait for object that allow reading symbols of variable bit lengths.
BitWrite
A trait for object that allows writing symbols of variable bit lengths.
Byte
Count
A trait for counting the number of bytes flowing trough a
Read
or
Write
implementation.