arrayinit 0.1.1

Robust and simple API to initialize arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Nir Shahar <nirshaharroe@gmail.com>"]
categories = ["arrays", "initialization"]
description = "Robust and simple API to initialize arrays"
edition = "2021"
include = ["/Cargo.toml", "/README.md", "/src/**"]
keywords = ["array", "arrays", "initialization", "arrayinit"]
license = "MIT OR Apache-2.0"
name = "arrayinit"
readme = "README.md"
repository = "https://github.com/nirshahar/arrayinit"
version = "0.1.1"