Crates.io | array_of_base |
lib.rs | array_of_base |
version | 0.1.0 |
source | src |
created_at | 2022-12-01 17:34:42.541372 |
updated_at | 2022-12-01 17:34:42.541372 |
description | An array of specified length `N` of u8 values from 0 to `B`-1 |
homepage | http://emeraldinspirations.xyz/array_of_base |
repository | https://gitlab.com/SnSDev/array_of_base |
max_upload_size | |
id | 727805 |
size | 22,069 |
An array of specified length N
of u8 values from 0 to B
-1
Rust allows storing arrays on the stack of numbers, but no way to ensure that said numbers are in a specified range
Wrapper around array that verifies all numbers when constructed
License: MIT