1 unstable release
0.1.0 | Sep 19, 2021 |
---|
#167 in #robotics
11KB
304 lines
sdformat-rs
SDFormat parser using serde-xml-rs for Rust.
Example
let sdf = read_file("examples/simple_arm/model.sdf").unwrap();
println!("{:#?}", sdf);
Reference
Dependencies
~1–1.6MB
~35K SLoC