A Rust library for parsing the status of the NASA Deep Space Network gathered from https://eyes.nasa.gov/dsn/dsn.html
Go to file
Joey Hines 2dca331092
Initial commit
+ Parsing working from a test XML file
+ All parsing is handled by the models
+ Clippy + fmt
2022-10-08 14:46:43 -06:00
data Initial commit 2022-10-08 14:46:43 -06:00
src Initial commit 2022-10-08 14:46:43 -06:00
.gitignore Initial commit 2022-10-08 14:46:43 -06:00
Cargo.toml Initial commit 2022-10-08 14:46:43 -06:00