//! Encoding agnostic ways to read and write binary data
pub use *;
// `pub` only when `bench_internals` is active so `crate::testing` can
// re-export it for criterion benchmarks; `pub(crate)` otherwise to
// keep the type out of the public API in normal builds.
pub use BitReaderReversed;
pub use BitReaderReversed;
pub use *;