[package]
edition = "2024"
name = "try_index"
version = "0.1.0"
authors = ["Developers of the try_index project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A boilerplate library that provides traits TryIndex and TryIndexMut."
homepage = "https://github.com/aerkiaga/try_index"
readme = "README.md"
keywords = ["traits"]
categories = [
"algorithms",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aerkiaga/try_index"
[features]
alloc = []
default = ["std"]
std = []
[lib]
name = "try_index"
path = "src/lib.rs"
[dependencies]