[dependencies.compiletest_rs]
optional = true
version = "0.3.17"
[dev-dependencies.quickcheck]
default-features = false
version = "0.9"
[dev-dependencies.rand]
version = "0.7"
[features]
default = ["use_std"]
experimental_pointer_ranges = []
test_compiletest = ["compiletest_rs"]
use_std = []
[lib]
[package]
authors = ["bluss"]
categories = ["no-std", "rust-patterns"]
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"
edition = "2018"
keywords = ["data-structure", "generativity", "lower-bound", "no_std"]
license = "MIT/Apache-2.0"
name = "indexing"
repository = "https://github.com/bluss/indexing"
version = "0.4.1"
[package.metadata.release]
no-dev-version = true
[profile.bench]