cow-rc-str

Crates.iocow-rc-str
lib.rscow-rc-str
version0.1.0
sourcesrc
created_at2020-09-23 00:37:23.135795
updated_at2020-09-23 00:37:23.135795
descriptionBorrow from an original input string and avoid allocating/copying when possible
homepage
repositoryhttps://github.com/GiraffeKey/cow-rc-str
max_upload_size
id291928
size23,938
(giraffekey)

documentation

README

cow-rc-str

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.

Commit count: 5

cargo fmt