bounded-vector 0.2.1

Vec wrapper that guarantees upper and lower bounds on type level.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thiserror]
version = "1.0.58"

[package]
authors = ["Fili_pk"]
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.1"