[dependencies]
[dev-dependencies.hex]
version = "0.4.3"
[lib]
name = "xbits"
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 = "2024"
homepage = "https://artimonist.org/"
keywords = ["bitcoin", "wallet", "mnemonic", "crypto", "base64"]
license = "MIT"
name = "xbits"
readme = "README.md"
repository = "https://github.com/artimonist/xbits/"
version = "0.9.0"
[[test]]
name = "chunk_test"
path = "tests/chunk_test.rs"
[[test]]
name = "iter_test"
path = "tests/iter_test.rs"