bit-list 0.10.1

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.10.1"
dependencies = [
 "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 = "list-fn"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fad331d2a63c98561abca643e857d7a26561923adb6183284b793c1f27ee64"
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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39de2314abb308974c3f2c788b5155116af6f209c59c938892c13768d4108f76"
dependencies = [
 "fixed-array",
]