1 unstable release
Uses old Rust 2015
0.1.0 | Aug 28, 2016 |
---|
#33 in #semantics
236 downloads per month
Used in 8 crates
(2 directly)
5KB
128 lines
A module for working with mutably borrowed data.
Equivalent to Cow for mootable data. The semantics are copy-on-consume, so a copy is only needed if you want to take ownership. Unlike Cow, the contents can be mutated without making a copy.
Uses old Rust 2015
0.1.0 | Aug 28, 2016 |
---|
#33 in #semantics
236 downloads per month
Used in 8 crates
(2 directly)
5KB
128 lines
A module for working with mutably borrowed data.