Crates.io | cow-rc-str |
lib.rs | cow-rc-str |
version | 0.1.0 |
source | src |
created_at | 2020-09-23 00:37:23.135795 |
updated_at | 2020-09-23 00:37:23.135795 |
description | Borrow from an original input string and avoid allocating/copying when possible |
homepage | |
repository | https://github.com/GiraffeKey/cow-rc-str |
max_upload_size | |
id | 291928 |
size | 23,938 |
CowRcStr optimization for Rust. Taken from https://github.com/servo/rust-cssparser/blob/master/src/cow_rc_str.rs.
Use CowRcStr in order to borrow from an original input string and avoid allocating/copying when possible.