bit-list 0.20.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.20.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.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb4ea336f32ae46b0b3708c9e5903735f34469613a1538c242d853e41d69213b"
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",
]