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

#35 in #semantics

Download history 36/week @ 2024-11-13 54/week @ 2024-11-20 71/week @ 2024-11-27 67/week @ 2024-12-04 184/week @ 2024-12-11 99/week @ 2024-12-18 93/week @ 2024-12-25 88/week @ 2025-01-01 82/week @ 2025-01-08 160/week @ 2025-01-15 103/week @ 2025-01-22 99/week @ 2025-01-29 171/week @ 2025-02-05 161/week @ 2025-02-12 103/week @ 2025-02-19 129/week @ 2025-02-26

587 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