nbits 0.7.0

Bits operations on [u8]
Documentation
[dependencies]

[dev-dependencies.hex]
version = "0.4.3"

[lib]
name = "nbits"
path = "src/lib.rs"

[package]
authors = ["Artimonist <artimonist@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Bits operations on [u8]"
edition = "2021"
homepage = "https://artimonist.org/"
keywords = ["bitcoin", "wallet", "mnemonic", "crypto", "base64"]
license = "MIT"
name = "nbits"
readme = "README.md"
repository = "https://github.com/artimonist/nbits/"
version = "0.7.0"

[[test]]
name = "chunk_test"
path = "tests/chunk_test.rs"

[[test]]
name = "iter_test"
path = "tests/iter_test.rs"

[[test]]
name = "nbits_arith_test"
path = "tests/nbits_arith_test.rs"

[[test]]
name = "nbits_bitwise_test"
path = "tests/nbits_bitwise_test.rs"

[[test]]
name = "nbits_offset_test"
path = "tests/nbits_offset_test.rs"