Crates.io | bow |
lib.rs | bow |
version | 2.0.1 |
source | src |
created_at | 2017-02-11 00:36:59.685453 |
updated_at | 2018-06-10 18:43:00.128913 |
description | Boxed version of Cow type. |
homepage | |
repository | https://git.charr.xyz/purgatory/bow |
max_upload_size | |
id | 8460 |
size | 8,511 |
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.