lim-bit-vec 0.3.1

Limited bit vectors
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fixed-array"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2344e91715ccb402cf3eaef7d2cc7d7497bb50ba25a188b2e6bac2ce128c9e"

[[package]]
name = "lim-bit-vec"
version = "0.3.1"
dependencies = [
 "list-fn",
 "uints",
]

[[package]]
name = "list-fn"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a884504ab95fb76d5c70e4a47854886a8cea541e10faffcf035ad8b918c5792b"
dependencies = [
 "take_mut",
]

[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"

[[package]]
name = "uints"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40704968d3b41a42c576435c6810568305706374935ae91e054b132616475a15"
dependencies = [
 "fixed-array",
]