nanobv 0.1.1

Lightweight no_std-compatible const_fn oriented BitVector implementation.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "nanobv"
version = "0.1.1"
dependencies = [
 "paste",
 "picorand",
]

[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"

[[package]]
name = "picorand"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6aac40f95a2bda51922f2eb54fbf81959917307d9d2c66896fb789fe2402a6"