safe_index 0.10.0

Type-safe indexes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[features]
strict = []

[package]
authors = ["Adrien Champion <adrien.champion@email.com>"]
categories = ["development-tools", "data-structures", "no-std"]
description = "Type-safe indexes."
documentation = "https://docs.rs/safe_index"
edition = "2018"
homepage = "https://github.com/AdrienChampion/safe_index"
keywords = ["type-safety", "indexing", "no-std", "nostd"]
license = "MIT"
name = "safe_index"
readme = "README.md"
repository = "https://github.com/AdrienChampion/safe_index"
version = "0.10.0"