Skip to main content

global_bytes

Function global_bytes 

Source
pub fn global_bytes(bytes: Vec<u8>) -> SeqString
Expand description

Create globally-allocated bytes (persists across arena resets).

Accepts arbitrary bytes; no UTF-8 validation. Used when a SeqString needs to outlive the current strand or cross a channel boundary.