turbo_
rcstr
0.1.0
All Items
Crate Items
Macros
Structs
Crate
turbo_rcstr
Copy item path
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>
.