GitHub - irrustible/ointers: What do you call a pointer we stole the high bits off? An ointer.
ointers
What do you call a pointer with the high bits stolen? An ointer!
Ointers is a library for representing pointers where some bits have
been stolen so that they may be used by the programmer for something
else. In effect, it's a small amount of free storage
Fully supports no_std, dependency-free, <100loc.
Bit sources
Ointers supports a handful of bit sources. It's up to you to determine
when it is safe to use them.
Alignment bits (const parameter A)
If we know that a pointer's address will ...
Read more at github.com