#data #cow #copy #semantics #ownership #content #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

#28 in #semantics

Download history 48/week @ 2024-01-04 73/week @ 2024-01-11 100/week @ 2024-01-18 68/week @ 2024-01-25 46/week @ 2024-02-01 70/week @ 2024-02-08 95/week @ 2024-02-15 80/week @ 2024-02-22 85/week @ 2024-02-29 105/week @ 2024-03-07 91/week @ 2024-03-14 108/week @ 2024-03-21 128/week @ 2024-03-28 110/week @ 2024-04-04 88/week @ 2024-04-11 83/week @ 2024-04-18

422 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