Skip to main content

Crate turbo_rcstr

Crate turbo_rcstr 

Source

Macros§

rcstr
Create an rcstr from a string literal. Allocates the RcStr inline when possible, otherwise uses a static PrehashedString. In either case this is a compile time constant

Structs§

RcStr
An immutable reference counted String, similar to Arc<String>.
RcStrInterning
Runtime string interning table.