#data #cow #copy #content #semantics #ownership #mootable

mucow

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.

1 unstable release

Uses old Rust 2015

0.1.0 Aug 28, 2016

#26 in #semantics

Download history 40/week @ 2023-11-29 45/week @ 2023-12-06 56/week @ 2023-12-13 68/week @ 2023-12-20 26/week @ 2023-12-27 39/week @ 2024-01-03 77/week @ 2024-01-10 84/week @ 2024-01-17 76/week @ 2024-01-24 46/week @ 2024-01-31 72/week @ 2024-02-07 90/week @ 2024-02-14 82/week @ 2024-02-21 100/week @ 2024-02-28 92/week @ 2024-03-06 70/week @ 2024-03-13

355 downloads per month
Used in 8 crates (2 directly)

MIT/Apache

5KB
128 lines

A module for working with mutably borrowed data.

No runtime deps