Crates.io | memconstruct |
lib.rs | memconstruct |
version | 0.1.0 |
source | src |
created_at | 2023-04-08 20:58:11.970512 |
updated_at | 2023-04-08 20:58:11.970512 |
description | Create values directly anywhere in memory. Create values directly on the heap. |
homepage | |
repository | https://github.com/DrSloth/memconstruct |
max_upload_size | |
id | 833805 |
size | 15,294 |
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.