custom_ptr_metadata 0.1.0

Pointers with custom metadata attached, supports `(ptr, usize, usize)`.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
description = "Pointers with custom metadata attached, supports `(ptr, usize, usize)`."
edition = "2024"
license = "MIT"
name = "custom_ptr_metadata"
repository = "https://github.com/Paladynee/custom_ptr_metadata"
version = "0.1.0"


[dependencies]