[dependencies.sptr]
version = "0.3.2"
[features]
default = []
[package]
authors = ["Anshul Gupta <ansg191@anshulg.com>"]
categories = ["data-structures", "no-std", "no-std::no-alloc"]
description = "A configurable & generic tagged pointer implementation in Rust"
edition = "2018"
keywords = ["tag", "pointer"]
license = "MIT"
name = "packed_ptr"
readme = "README.md"
repository = "https://github.com/ansg191/packed_ptr"
rust-version = "1.51.0"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", "riscv64gc-unknown-linux-gnu"]