Crate cheap_string

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.

Traits§

AsCheapString