flagged_pointer 0.2.1

A safe abstraction for tagged pointers using unused bits for flags
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "flagged_pointer"
version = "0.2.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A safe abstraction for tagged pointers using unused bits for flags"
readme = "README.md"
keywords = [
    "pointer",
    "tagged",
    "flags",
    "memory",
    "efficiency",
]
categories = [
    "data-structures",
    "memory-management",
]
license = "MIT"
repository = "https://github.com/zhongyi51/flagged_pointer"

[lib]
name = "flagged_pointer"
path = "src/lib.rs"

[dependencies.enumflags2]
version = "0.7"

[dependencies.ptr_meta]
version = "0.3"

[dependencies.stable_deref_trait]
version = "1"

[dependencies.thiserror]
version = "2"