Source code
Revision control
Copy as Markdown
Other Tools
[package]
authors = [
"Manish Goregaokar <manishsmail@gmail.com>",
"Michal 'vorner' Vaner <vorner@vorner.cz>",
]
name = "array-init"
version = "2.1.0"
license = "MIT OR Apache-2.0"
edition = "2018"
description = "Safe wrapper for initializing fixed-size arrays"
readme = "README.md"
keywords = ["abstraction", "initialization", "no_std"]
categories = ["data-structures", "no-std"]
exclude = [".travis.yml"]
[package.metadata]
# to be replaced by `package.rust-version` once we increase the msrv beyond 1.56
msrv = "1.51"