nanobv 0.1.1

Lightweight no_std-compatible const_fn oriented BitVector implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dev-dependencies.paste]
version = "1.0.4"

[dev-dependencies.picorand]
version = "0.1.1"

[package]
authors = ["inspier <devdevin541@gmail.com>"]
categories = ["no-std"]
description = "Lightweight no_std-compatible const_fn oriented BitVector implementation."
documentation = "https://docs.rs/nanobv"
edition = "2018"
keywords = ["bit-vector", "const-fn"]
license = "MIT"
name = "nanobv"
readme = "README.md"
repository = "https://github.com/inspier/nanobv"
version = "0.1.1"