pub fn create_graph( nodes: Vec<XmlNode>, ways: Vec<XmlWay>, retain_all: bool, _bidirectional: bool, ) -> DiGraph<XmlNode, XmlWay>