SDFormat parser using serde-xml-rs for Rust.
rust let sdf = read_file("examples/simple_arm/model.sdf").unwrap(); println!("{:#?}", sdf);
https://github.com/openrr/urdf-rs