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.
pub const HANDOFF_INIT_SEP_STR: &str = "\x1f";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.