2 releases
0.1.1 | May 17, 2020 |
---|---|
0.1.0 | Apr 21, 2020 |
#508 in Memory management
5KB
79 lines
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.