tinypointers 0.2.2

Pointer implementations that take 8 or 16 bits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.parking_lot]
version = "0.12.1"

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

[package]
authors = ["Diego Augusto"]
description = "Pointer implementations that take 8 or 16 bits."
edition = "2021"
license = "MIT"
name = "tinypointers"
readme = "README.md"
version = "0.2.2"