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

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.