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
[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"
version = "0.1.0"