Crate cheap_string

Source

Structsยง

CheapString
Stores an Rc which allows for the standard stack strings to be stored on heap, it also allows shallow cloning which just bumps the ref counter up, which is where the name cheap string comes from.