#memory #optimization #proc-macro

macro memconstruct_macros

Create values directly anywhere in memory. Create values directly on the heap.

1 unstable release

0.1.0 Apr 8, 2023

#13 in #optimisation

23 downloads per month
Used in memconstruct

MIT license

11KB
196 lines

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.

Dependencies

~320–770KB
~18K SLoC