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