Crate easy_strings [] [src]

Structs

EZString

An ergonomic, garbage collected string.

Functions

ez

Creates an EZString from a string literal and interns the result so that calling it multiple times with the same string literal won't result in multiple copies or allocations. (However, it still requires locking and querying the interned string table each time.)