☰
str_ref
0.1.0
All Items
Structs
?
Crate
str_ref
source
·
[
−
]
Expand description
An immutable shared reference to a string, effectively
Arc<str>
.
Structs
StrRef
A wrapper around an
Arc<str>
: an immutable shared reference to a string slice.