memconstruct_macros

Crates.iomemconstruct_macros
lib.rsmemconstruct_macros
version0.1.0
sourcesrc
created_at2023-04-08 20:56:30.15883
updated_at2023-04-08 20:56:30.15883
descriptionCreate values directly anywhere in memory. Create values directly on the heap.
homepage
repositoryhttps://github.com/DrSloth/memconstruct
max_upload_size
id833803
size10,281
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