[package]
name = "indexing"
version = "0.3.2"
authors = ["bluss"]
description = "Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds."
documentation = "https://docs.rs/indexing"
keywords = ["data-structure", "generativity", "lower-bound", "no_std"]
categories = ["no-std", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/bluss/indexing"
[package.metadata.release]
no-dev-version = true
[profile.bench]
[lib]
[dev-dependencies.compiletest_rs]
version = "0.3.3"
[dev-dependencies.quickcheck]
version = "0.5.0"
default-features = false
[dev-dependencies.rand]
version = "0.3"
[features]
default = ["use_std"]
use_std = []