memconstruct 0.1.0

Create values directly anywhere in memory. Create values directly on the heap.
Documentation
1
2
3
4
5
6
7
## 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.