1 个不稳定版本
0.1.0 | 2021年9月19日 |
---|
167 在 #robotics
11KB
304 行
sdformat-rs
使用 serde-xml-rs 为 Rust 编写的 SDFormat 解析器。
示例
let sdf = read_file("examples/simple_arm/model.sdf").unwrap();
println!("{:#?}", sdf);
参考
依赖项
~1–1.6MB
~35K SLoC
0.1.0 | 2021年9月19日 |
---|
167 在 #robotics
11KB
304 行
使用 serde-xml-rs 为 Rust 编写的 SDFormat 解析器。
let sdf = read_file("examples/simple_arm/model.sdf").unwrap();
println!("{:#?}", sdf);
~1–1.6MB
~35K SLoC