pub fn decode(encoded: &str) -> Vec<PublishedSocket>Expand description
Decode the guest env var back into published-socket specs. Malformed entries are skipped rather than failing the whole parse, so one bad entry can’t take down every bridge.
pub fn decode(encoded: &str) -> Vec<PublishedSocket>Decode the guest env var back into published-socket specs. Malformed entries are skipped rather than failing the whole parse, so one bad entry can’t take down every bridge.