[dependencies.sptr]
optional = true
version = "0.3"
[dev-dependencies.rand]
version = "0.8.4"
[dev-dependencies.rayon]
version = "1.5.1"
[features]
alloc = []
default = ["alloc"]
i_know_what_im_doing = []
[lib]
name = "ointers"
path = "src/lib.rs"
[package]
authors = ["James Laver <james.laver@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "embedded", "memory-management", "no-std"]
description = "What do you call a pointer we stole the high bits off? An ointer."
documentation = "https://docs.rs/ointers"
edition = "2018"
homepage = "https://github.com/irrustible/ointers"
keywords = ["pointer", "bits", "intrusive", "tagged"]
license = "Apache-2.0 WITH LLVM-exception"
name = "ointers"
readme = "README.md"
repository = "https://github.com/irrustible/ointers"
version = "4.0.2"
[[test]]
name = "test"
path = "tests/test.rs"