array_of_base

Crates.ioarray_of_base
lib.rsarray_of_base
version0.1.0
sourcesrc
created_at2022-12-01 17:34:42.541372
updated_at2022-12-01 17:34:42.541372
descriptionAn array of specified length `N` of u8 values from 0 to `B`-1
homepagehttp://emeraldinspirations.xyz/array_of_base
repositoryhttps://gitlab.com/SnSDev/array_of_base
max_upload_size
id727805
size22,069
Matthew "Juniper" Barlett (KE0PVD) (emeraldinspirations)

documentation

README

array_of_base

An array of specified length N of u8 values from 0 to B-1

Problem

Rust allows storing arrays on the stack of numbers, but no way to ensure that said numbers are in a specified range

Solution

Wrapper around array that verifies all numbers when constructed

License: MIT

Commit count: 4

cargo fmt