[go: up one dir, main page]

array-init 2.0.0

Safe wrapper for initializing fixed-size arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = [
  "Manish Goregaokar <manishsmail@gmail.com>",
  "Michal 'vorner' Vaner <vorner@vorner.cz>",
]
name = "array-init"
version = "2.0.0"
license = "MIT OR Apache-2.0"
edition = "2018"
description = "Safe wrapper for initializing fixed-size arrays"
readme = "README.md"
repository = "https://github.com/Manishearth/array-init/"
documentation = "https://docs.rs/crate/array-init"

keywords = ["abstraction", "initialization", "no_std"]
categories = ["data-structures", "no-std"]
exclude = [".travis.yml"]