Skip to main content

graph6_decode

Function graph6_decode 

Source
pub fn graph6_decode(input: &str) -> Result<UndirectedTopology>
Expand description

Decodes one Graph6 record into a compact undirected topology.

ยงErrors

Returns an error for malformed headers, lengths, padding, or capacity.