bitbound 0.1.1

A Rust crate for safe, efficient array access with compile time boundary protection.
Documentation
[dependencies.num-traits]
version = "0.2.19"

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

[package]
authors = ["Andrea Cracco <guilucand@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A Rust crate for safe, efficient array access with compile time boundary protection."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "bitbound"
readme = "README.md"
repository = "https://github.com/Guilucand/bitbound-rs"
resolver = "2"
version = "0.1.1"