rcstr 0.1.0

A reference counted string that acts like a regular str slice, hiding the fact that it is wrapped in Rc
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 3 items with examples
  • Size
  • Source code size: 3.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • fabianschuiki/rcstr
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fabianschuiki

rcstr

A reference counted string that acts like a regular str slice, hiding the fact that it is wrapped in Rc. Based on the rust compiler's RcStr type used in the name interner table.