array_trait 1.0.7

A generic trait for any array, with item as type and length as const parameter
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "array_trait"
version = "1.0.7"
dependencies = [
 "moddef",
 "slice_trait",
]

[[package]]
name = "moddef"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e519fd9c6131c1c9a4a67f8bdc4f32eb4105b16c1468adea1b8e68c98c85ec4"

[[package]]
name = "slice_trait"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2c8bad11992d3b4984106c1b8dac16936a94ef8011825affbcd61a1662fcd9"
dependencies = [
 "moddef",
]