bounded-vector 0.2.2

Vec wrapper that guarantees upper and lower bounds on type level.
Documentation
[dependencies.thiserror]
version = "2.*"

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

[package]
authors = ["Fili_pk"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "data-structures"]
description = "Vec wrapper that guarantees upper and lower bounds on type level."
edition = "2021"
keywords = ["vector", "bounded-vec", "bounds", "limit", "types"]
license = "MIT OR Apache-2.0"
name = "bounded-vector"
readme = "README.md"
repository = "https://gitlab.com/fili_pk/bounded-vector"
version = "0.2.2"