array_trait 0.6.18

A generic trait for any array, providing many useful compile-time operations on arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "array_trait"
version = "0.6.18"
edition = "2021"
license = "MIT"
description = "A generic trait for any array, providing many useful compile-time operations on arrays"
repository = "https://github.com/sigurd4/array_trait"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
moddef = "0.2.2"