Crate boxify_macro

Source
Expand description

Proc-macro crate for boxify crate. Please see boxify for more information.

Macrosยง

boxify
Places the given value on the heap, like Box::new, but without creating it on the stack first. This is useful for values that are too big to be created on the stack.