stuff 0.1.2

Stuffing things into pointers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.sptr]
version = "0.2.3"
[dev-dependencies.paste]
version = "1.0.7"

[package]
categories = ["data-structures", "memory-management", "no-std"]
description = "Stuffing things into pointers."
edition = "2021"
homepage = "https://github.com/Nilstrieb/stuff"
include = ["Cargo.toml", "LICENSE", "src", "README.md"]
keywords = ["unsafe", "pointer", "bitpacking", "provenance", "tagging"]
license = "MIT"
name = "stuff"
readme = "./README.md"
repository = "https://github.com/Nilstrieb/stuff"
resolver = "2"
version = "0.1.2"