A Rust library for parsing the status of the NASA Deep Space Network gathered from https://eyes.nasa.gov/dsn/dsn.html
Joey Hines b3fcafe944 | ||
---|---|---|
data | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
Rust DSN Parser
A Rust library for parsing the status of the NASA Deep Space Network gathered from https://eyes.nasa.gov/dsn/dsn.html.
This libray only handles parsing the XML response, the user application will need to handle fetching the current state of the network.