[package] name = "irox-bits" description = "Bits & Bobs. No-std/No-alloc bit/byte manipulation of streams" keywords = ["irox"] categories = ["no-std::no-alloc", "encoding", "parsing", "embedded"] version= "0.2.1" edition.workspace = true authors.workspace = true homepage.workspace = true license.workspace = true exclude.workspace = true repository.workspace = true readme = "README.md" [lints] workspace = true [dependencies] [features] std = ["alloc"] alloc = [] default = [] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]