Skip to main content

HANDOFF_INIT_SEP_STR

Constant HANDOFF_INIT_SEP_STR 

Source
pub const HANDOFF_INIT_SEP_STR: &str = "\x1f";
Expand description

String form of HANDOFF_INIT_SEP for use with &str-friendly APIs like [T]::join. Avoids per-call char.to_string() allocations on the host’s encoder side.