Crates.io | emplacable |
lib.rs | emplacable |
version | 0.1.0-alpha.13 |
source | src |
created_at | 2022-10-29 18:02:24.997652 |
updated_at | 2024-06-10 14:44:57.388521 |
description | Return unsized values from functions |
homepage | |
repository | https://github.com/Jules-Bertholet/unsized-vec/ |
max_upload_size | |
id | 701135 |
size | 65,711 |
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.