build-array 0.1.0

Build an array dynamically without heap allocations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.arrayvec]
default-features = false
version = "0.7.4"

[features]
default = ["std"]
std = []

[package]
description = "Build an array dynamically without heap allocations."
documentation = "https://docs.rs/build-array"
edition = "2021"
homepage = "https://crates.io/crates/build-array"
license = "MIT OR Apache-2.0"
name = "build-array"
readme = "README.md"
repository = "https://github.com/aatifsyed/build-array"
version = "0.1.0"