Crates.io | movable |
lib.rs | movable |
version | 0.1.1 |
source | src |
created_at | 2020-04-21 18:45:16.203669 |
updated_at | 2020-05-17 10:33:29.046469 |
description | A structure whose internal content can be moved out immutably. |
homepage | |
repository | https://github.com/technolapin/movable |
max_upload_size | |
id | 232664 |
size | 5,711 |
A rust crate bringing a structure containing a single value that can be moved out immutably. This can be used if you want a structure to be able to own something that will eventaly be moved, but you want your structure to keep existing.