#data #cow #copy #ownership #semantics #mootable #copy-on-consume

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

#39 in #semantics

Download history 74/week @ 2024-07-29 71/week @ 2024-08-05 108/week @ 2024-08-12 71/week @ 2024-08-19 89/week @ 2024-08-26 65/week @ 2024-09-02 55/week @ 2024-09-09 58/week @ 2024-09-16 100/week @ 2024-09-23 70/week @ 2024-09-30 23/week @ 2024-10-07 45/week @ 2024-10-14 43/week @ 2024-10-21 107/week @ 2024-10-28 78/week @ 2024-11-04 40/week @ 2024-11-11

271 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