arraylike 0.1.0

This crate provides an ArrayLike trait for using arrays without needing const expressions.
Documentation
[dependencies]

[features]
default = []

[lib]
name = "arraylike"
path = "src/lib.rs"

[lints.rust]
missing_docs = "deny"

[package]
authors = ["James Forster <james.forsterer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = """
This crate provides an ArrayLike trait for using arrays without needing
const expressions.
"""
documentation = "https://docs.rs/arraylike"
edition = "2021"
homepage = "https://github.com/ripytide/nodit"
keywords = ["data-structures", "map", "data", "library"]
license = "MIT"
name = "arraylike"
readme = "README.md"
repository = "https://github.com/ripytide/nodit"
version = "0.1.0"