movable

Crates.iomovable
lib.rsmovable
version0.1.1
sourcesrc
created_at2020-04-21 18:45:16.203669
updated_at2020-05-17 10:33:29.046469
descriptionA structure whose internal content can be moved out immutably.
homepage
repositoryhttps://github.com/technolapin/movable
max_upload_size
id232664
size5,711
(technolapin)

documentation

README

movable

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.

Commit count: 9

cargo fmt