Crates.io | nan-tag |
lib.rs | nan-tag |
version | 0.1.1 |
source | src |
created_at | 2023-08-25 23:28:05.687654 |
updated_at | 2024-07-19 14:59:08.386019 |
description | NaN-tagged pointers in Rust, storing an f64 in the same space as a pointer |
homepage | https://crates.io/crates/nan-tag |
repository | https://github.com/MWPuppire/nan-tag |
max_upload_size | |
id | 955133 |
size | 11,704 |
A library for NaN-tagged pointers in Rust.
The library supports both borrowed and owned pointers (using Box
).
The code is released under the MIT license.