cow-rc-str 0.1.0

Borrow from an original input string and avoid allocating/copying when possible
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 23.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • giraffekey/cow-rc-str
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • giraffekey

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.