Skip to main content

global_string

Function global_string 

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

Create globally-allocated string from a UTF-8 String. Convenience wrapper over global_bytes for callers that already have a Rust String in hand.