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 b3fcafe944
Marked internal mods as public
2022-10-11 20:24:00 -06:00
data Initial commit 2022-10-08 14:46:43 -06:00
src Marked internal mods as public 2022-10-11 20:24:00 -06:00
.gitignore Initial commit 2022-10-08 14:46:43 -06:00
Cargo.toml Removed unused deps and added README and LICENSE 2022-10-08 14:52:02 -06:00
LICENSE Removed unused deps and added README and LICENSE 2022-10-08 14:52:02 -06:00
README.md Removed unused deps and added README and LICENSE 2022-10-08 14:52:02 -06:00

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.