[package] name = "bitstream-io" description = "Library for reading/writing un-aligned values from/to streams in big-endian and little-endian formats." keywords = ["bitstream", "endian", "big-endian", "little-endian", "binary"] version = "2.6.0" authors = ["Brian Langenberger "] license = "MIT/Apache-2.0" documentation = "https://docs.rs/bitstream-io/" homepage = "https://github.com/tuffy/bitstream-io" repository = "https://github.com/tuffy/bitstream-io" edition = "2018" rust-version = "1.79" [dependencies] core2 = {version = "0.4", optional = true, default-features = false, features = ["alloc"]} [features] std = [] default = ["std"] alloc = ["core2"]