pub fn parse_registry_bindings(bytes: &[u8]) -> Vec<(String, String)>Expand description
Parse (cwd, session-name) bindings out of a session registry’s raw
bytes. Malformed/empty input → no bindings (the guard then stays
silent, matching a machine with no operator install).