bit-list 0.1.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.1.1"
dependencies = [
 "list-fn",
 "uints",
]

[[package]]
name = "list-fn"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edecd826bf546d4b2d24d89d1c8371dc91e840df0299262f8a205ffa93a338a5"
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1483f51d978d771e3a8e25da40f187525252c1a7641ad2cf4619302a38ae4d5"