This library defines two string helper classes.
Is a String that can be initialized to a static string or be build dynamically. Its contents can then be immutably shared. When mutation is required the string will be copied first.
Refers to a (immutable) span inside a CowStr
.
std::rc::Rc
for sharing strings. Default is std::sync::Arc
.