[dev-dependencies.anyhow]
version = "1.0.100"
[lib]
name = "andex"
path = "src/lib.rs"
[package]
authors = ["Leandro Lisboa Penz <lpenz@lpenz.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Safe, strongly typed array indexes and wrappers for rust with zero dependencies"
edition = "2024"
homepage = "https://github.com/lpenz/andex"
keywords = ["wrapper", "indexing", "arrays", "index", "indexed"]
license = "MIT"
name = "andex"
readme = "README.md"
repository = "https://github.com/lpenz/andex"
version = "0.1.0"
[[test]]
name = "andex_array_tests"
path = "tests/andex_array_tests.rs"
[[test]]
name = "andex_tests"
path = "tests/andex_tests.rs"
[[test]]
name = "example"
path = "tests/example.rs"