10 releases
0.1.0-alpha.16 | Feb 23, 2025 |
---|---|
0.1.0-alpha.13 | Jun 10, 2024 |
0.1.0-alpha.11 | Jun 30, 2023 |
0.1.0-alpha.6 | Mar 22, 2023 |
0.1.0-alpha.5 | Nov 2, 2022 |
#755 in Memory management
57 downloads per month
Used in unsized-vec
65KB
1K
SLoC
emplacable
Return values of unsized types, like [i32]
or dyn Any
, from functions,
with a mechanism similar to placement new.
Written to support the unsized-vec
crate, but is independent of it.
Experimental, and requires nightly Rust.