This is a crate that provides placement-new like functionality for rust, it provides the macro place_boxed!() which allows you to construct structures and non-structures in-place into a box
https://crates.io/crates/placenew/2.0.0
https://docs.rs/placenew/latest/placenew/
https://github.com/Austin-Bennett/placenew
Open to and looking for suggestions/feedback