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
[![Current Crates.io Version](https://img.shields.io/crates/v/nanobv.svg)](https://crates.io/crates/nanobv)
[![docs-rs](https://docs.rs/nanobv/badge.svg)](https://docs.rs/nanobv)

# nanobv

Lightweight no_std-compatible const_fn oriented BitVector implementation.

To add to your Cargo.toml:
```toml
nanobv = "0.1.1"
```