tinypointers 0.1.0

Pointer implementations that take 8 or 16 bits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tinypointers"
version = "0.1.0"
edition = "2021"
authors = ["Diego Augusto"]
description = "Pointer implementations that take 8 or 16 bits."
license = "MIT"

[features]
default = ["2byteid"]
1byteid = []
2byteid = []

[dependencies]
parking_lot = "0.12.1"