global_string

Function global_string 

Source
pub fn global_string(s: String) -> SeqString
Expand description

Create globally-allocated string (persists across arena resets)

§Usage

For strings that need to outlive the current strand, or be sent through channels.

§Performance

Same as regular String allocation