memconstruct

Crates.iomemconstruct
lib.rsmemconstruct
version0.1.0
sourcesrc
created_at2023-04-08 20:58:11.970512
updated_at2023-04-08 20:58:11.970512
descriptionCreate values directly anywhere in memory. Create values directly on the heap.
homepage
repositoryhttps://github.com/DrSloth/memconstruct
max_upload_size
id833805
size15,294
Hassan Abu-Jabir (DrSloth)

documentation

README

memconstruct

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.

Commit count: 4

cargo fmt