tag_ptr 0.1.0

Utility library that enables a pointer to be associated with a tag of type `usize`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tag_ptr"
keywords = ["tag", "pointer"]
categories = ["data-structures"]
readme = "../../README.md"
description = "Utility library that enables a pointer to be associated with a tag of type `usize`"
version = "0.1.0"
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true