tagged-pointer 0.2.2

Platform-independent space-efficient tagged pointers
Documentation
[package]
name = "tagged-pointer"
version = "0.2.2"
authors = ["taylor.fish <contact@taylor.fish>"]
edition = "2018"
description = "Platform-independent space-efficient tagged pointers"
documentation = "https://docs.rs/tagged-pointer"
readme = "misc/crate-readme.md"
repository = "https://github.com/taylordotfish/tagged-pointer"
license = "Apache-2.0"
keywords = ["pointer", "tag"]
categories = ["data-structures", "no-std"]

[features]
fallback = []