tagptr 0.2.0

Strongly typed atomic and non-atomic tagged pointers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tagptr"
version = "0.2.0"
authors = ["Oliver Giersch"]
description = "Strongly typed atomic and non-atomic tagged pointers"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/oliver-giersch/tagptr.git"
documentation = "https://docs.rs/tagptr"
keywords = ["pointer", "tagging", "concurrency"]
categories = ["no-std"]
edition = "2018"
exclude = [".github/"]