bitstream-io 2.6.0

Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats.
Documentation
[dependencies.core2]
default-features = false
features = ["alloc"]
optional = true
version = "0.4"

[features]
alloc = ["core2"]
default = ["std"]
std = []

[lib]
name = "bitstream_io"
path = "src/lib.rs"

[package]
authors = ["Brian Langenberger <bjl@usa.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats."
documentation = "https://docs.rs/bitstream-io/"
edition = "2018"
homepage = "https://github.com/tuffy/bitstream-io"
keywords = ["bitstream", "endian", "big-endian", "little-endian", "binary"]
license = "MIT/Apache-2.0"
name = "bitstream-io"
readme = "README.md"
repository = "https://github.com/tuffy/bitstream-io"
rust-version = "1.79"
version = "2.6.0"

[[test]]
name = "huffman"
path = "tests/huffman.rs"

[[test]]
name = "read"
path = "tests/read.rs"

[[test]]
name = "read_seek"
path = "tests/read_seek.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[[test]]
name = "write"
path = "tests/write.rs"