array-init 2.1.0

Safe wrapper for initializing fixed-size arrays
Documentation
[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"
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"]

[package.metadata]
# to be replaced by `package.rust-version` once we increase the msrv beyond 1.56
msrv = "1.51"