bit-list 0.21.2

A lazy list of bits
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

[[package]]
name = "lim-bit-vec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c4ed81d89c6114a2f372c4d8e7226197eb42ff92005f16073e71e23ab3a722"
dependencies = [
 "list-fn",
 "uints",
]

[[package]]
name = "list-fn"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd1a40aec3885091fd5b736913385536f67d6136a15490229b72fa19de788ae1"
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.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35082d3e9e335021ba2b08afbcdfd8a551c3d7a8854ac53cf896503f944efe05"
dependencies = [
 "fixed-array",
]