ointer 3.0.7

Steal the high bits of a pointer to store an extra value
Documentation
ointer-3.0.7 has been yanked.

Ointer

This crate provides a set of traits and macros to enable the creation of custom pointers in Rust, allowing for the storage of extra information in the high bits of a pointer. This extra information can be of various types, and the crate provides utilities for working with these custom pointers efficiently. The crate also offers convenient macros for defining custom ointers and enum ointers and managing them.