Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barzamin/gtfs-rt

read gtfs-rt files in rust
https://github.com/barzamin/gtfs-rt

gtfs gtfs-realtime rust

Last synced: about 1 month ago
JSON representation

read gtfs-rt files in rust

Awesome Lists containing this project

README

        

# `gtfs-rt`
is a small (trivial, really!) crate for reading protobuf-encoded [gtfs-rt](https://developers.google.com/transit/gtfs-realtime) data. this crate will get you a nice, nested-struct, Serde-serializable form of any protobuf blob a transit authority might provide, but that's pretty much it: it doesn't help you make sense of this. also, if you're a transit provider, it doesn't have functionality to help you _make_ gtfs-rt protobuf blobs. if you're doing that, 1. omg let me know because that's really cool, and 2. i'm extremely happy to merge in your changes.