Crates.io | boar |
lib.rs | boar |
version | 0.2.4 |
source | src |
created_at | 2021-09-04 18:59:30.595001 |
updated_at | 2021-11-27 09:14:44.234634 |
description | Flexible clone on write smart pointers with Borrowed, Owned, Arc, Rc and Static variants. Like std's Cow without the ToOwned requirement and additional Rc, Arc or Static variants. |
homepage | |
repository | https://gitlab.com/JonasJebing/boar |
max_upload_size | |
id | 446925 |
size | 76,919 |
Flexible clone on write smart pointers with Borrowed, Owned, Arc and Rc variants. Like std's Cow without the ToOwned requirement and additional Rc or Arc variants.
Have a look at the documentation for more information.
This crate has no unsafe code and uses #![forbid(unsafe_code)]
.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.