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

#33 in #semantics

Download history 68/week @ 2024-04-07 96/week @ 2024-04-14 102/week @ 2024-04-21 94/week @ 2024-04-28 88/week @ 2024-05-05 107/week @ 2024-05-12 93/week @ 2024-05-19 82/week @ 2024-05-26 91/week @ 2024-06-02 45/week @ 2024-06-09 101/week @ 2024-06-16 171/week @ 2024-06-23 34/week @ 2024-06-30 30/week @ 2024-07-07 82/week @ 2024-07-14 78/week @ 2024-07-21

236 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