[package] name = "bitpack" version = "0.2.1" authors = ["quininer kel "] description = "Rust bitpack library, support `no_std` environment." repository = "https://github.com/quininer/bitpack" documentation = "https://docs.rs/bitpack/" keywords = [ "bitpack", "no_std" ] license = "MIT" categories = [ "no-std" ] [dependencies] [features] use_std = []