Crate turbo_rcstr

Source

Macros§

rcstr
Create an rcstr from a string literal. allocates the RcStr inline when possible otherwise uses a LazyLock to manage the allocation.

Structs§

RcStr
An immutable reference counted String, similar to Arc<String>.