bit-list 0.21.2

A lazy list of bits
Documentation
[package]
name = "bit-list"
version = "0.21.2"
authors = ["natfoam"]
edition = "2018"
description = "A lazy list of bits"
license = "Apache-2.0"
repository = "https://github.com/natfoam/lib"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uints = { path = "../uints", version = "0.6.1" }
list-fn = { path = "../list-fn", version = "0.17.1" }
lim-bit-vec = { path = "../lim-bit-vec", version = "0.1.2" }