https://github.com/joedborg/libwmata
Rust library for getting WMATA arrival times
https://github.com/joedborg/libwmata
Last synced: 11 months ago
JSON representation
Rust library for getting WMATA arrival times
- Host: GitHub
- URL: https://github.com/joedborg/libwmata
- Owner: joedborg
- License: apache-2.0
- Created: 2020-02-18T13:46:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T15:30:56.000Z (over 6 years ago)
- Last Synced: 2025-02-05T00:47:36.979Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libwmata
Rust library for getting WMATA arrival times.
## Notes
Some deserialized values are implemented as `serde_json::Value` due to the fact that the API sometimes returns a string and other times an integer.