array-util 1.0.2

no_std array helpers available without nightly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.arrayvec]
default-features = false
version = "0.7"

[package]
authors = ["Daniel Bloom"]
categories = ["no-std"]
description = "no_std array helpers available without nightly"
edition = "2018"
keywords = ["array", "generics", "embedded", "utilities", "utils"]
license = "MIT"
name = "array-util"
readme = "README.md"
repository = "https://github.com/Daniel-Aaron-Bloom/array-util"
rust-version = "1.71.1"
version = "1.0.2"