Skip to content

DrSloth/memconstruct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Safely construct memory directly on the heap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages