slice-of-array 0.2.0

Extension traits for casting between slices and slices of arrays. (&[T] <-> &[[T; n]])
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slice-of-array"
version = "0.2.0"
authors = ["Michael Lamparski <diagonaldevice@gmail.com>"]
description = "Extension traits for casting between slices and slices of arrays. (&[T] <-> &[[T; n]])"
documentation = "https://docs.rs/slice-of-array"
readme = "README.md"
keywords = ["slice", "util", "cast", "flatten", "nest"]
categories = ["data-structures"]
license = "Unlicense"
repository = "https://github.com/ExpHP/slice-of-array"

[lib]
path = "lib.rs"

[dependencies]
[dev-dependencies.version-sync]
version = "0.3"