| Crates.io | sdformat-rs |
| lib.rs | sdformat-rs |
| version | 0.1.0 |
| created_at | 2021-09-19 02:59:22.885109+00 |
| updated_at | 2021-09-19 02:59:22.885109+00 |
| description | SDFormat parser for Rust. |
| homepage | https://github.com/azm-project/sdformat-rs |
| repository | https://github.com/azm-project/sdformat-rs |
| max_upload_size | |
| id | 453463 |
| size | 24,312 |
SDFormat parser using serde-xml-rs for Rust.
let sdf = read_file("examples/simple_arm/model.sdf").unwrap();
println!("{:#?}", sdf);