[package] authors = ["Huo Linhe "] description = "Small bits value (e.g. 1,2.. bits) vector implementation." documentation = "http://zitsen.github.io/nbits_vec.rs" homepage = "https://github.com/zitsen/nbits_vec.rs" keywords = ["nbits", "bits-vec", "data-structure", "small-bits", "vector"] license = "MIT" name = "nbits_vec" readme = "README.md" repository = "https://github.com/zitsen/nbits_vec.rs.git" version = "0.1.1" [dependencies] num = "0.1.29" typenum = "^1.1" [dependencies.clippy] optional = true version = "0.0.33" [features] default = [] nightly = ["clippy"]