Crates.io | nanbox |
lib.rs | nanbox |
version | 0.2.0 |
source | src |
created_at | 2017-04-24 20:11:03.56409 |
updated_at | 2017-07-09 06:05:58.386648 |
description | NaN boxing implementation |
homepage | |
repository | https://github.com/Marwes/nanbox |
max_upload_size | |
id | 11874 |
size | 14,278 |
A Rust crate which defines a macro which generates a safe* nanboxed type.
* Some invariants need to be checked manually when defining your type. The crate is currently alpha quality so expect bugs.