8 releases (stable)
Uses old Rust 2015
| 2.0.1 | Jun 10, 2018 |
|---|---|
| 1.0.3 | Sep 3, 2017 |
| 1.0.2 | Jul 6, 2017 |
| 1.0.1 | Jun 18, 2017 |
| 0.1.0 | Feb 11, 2017 |
#12 in #boxed
Used in 3 crates
(via multistr)
4KB
Box-on-write
Previously, this crate offered a boxed version of Cow that would box values
instead of converting them to a different type like Vec or String. Due to
the previous implementation, a lack of desire for use, and breakage due to Rust
issue #46205, this crate is no
longer maintained. The latest version of this crate, 2.0.1, exports no code and
clarifies that it should not be used.
lib.rs:
This crate is deprecated and will no longer compile on current versions of Rust.