Crates.io | moveref |
lib.rs | moveref |
version | 1.0.0 |
source | src |
created_at | 2023-08-08 14:17:36.925276 |
updated_at | 2024-07-16 02:02:20.681592 |
description | Types and traits for safe C++ style placement initialization and move semantics |
homepage | |
repository | https://github.com/silvanshade/moveref |
max_upload_size | |
id | 939201 |
size | 94,304 |
moveref
Types and traits for safe C++ style placement initialization and move semantics
Acknowledgement: originally based on google/moveit
This crate is considered stable and suitable for normal usage.
The internals are fully documented and test coverage aims to be as complete as possible.
We additionally check the crate with cargo careful, cargo miri, and cargo valgrind.