Crates.io | memconstruct_macros |
lib.rs | memconstruct_macros |
version | 0.1.0 |
source | src |
created_at | 2023-04-08 20:56:30.15883 |
updated_at | 2023-04-08 20:56:30.15883 |
description | Create values directly anywhere in memory. Create values directly on the heap. |
homepage | |
repository | https://github.com/DrSloth/memconstruct |
max_upload_size | |
id | 833803 |
size | 10,281 |
A crate to safely initialize memory anywhere. Memory can be initialized directly on the heap inside
a box or a MaybeUninit
could be safely initialized.
The types initialization is checked via typestate.
This is currently an absolute mvp and a work in progress.