Skip to main content

arena_string

Function arena_string 

Source
pub fn arena_string(s: &str) -> SeqString
Expand description

Create arena-allocated string from a UTF-8 &str. Convenience wrapper over arena_bytes for callers that already have a Rust &str in hand.