gtfs-rt

Crates.iogtfs-rt
lib.rsgtfs-rt
version0.5.0
sourcesrc
created_at2018-11-03 23:34:49.144278
updated_at2024-03-27 18:42:19.692197
descriptionRead, write, and manipulate GTFS-Realtime data
homepage
repositoryhttps://github.com/barzamin/gtfs-rt
max_upload_size
id94583
size88,837
erin petra sofiya moon (barzamin)

documentation

README

gtfs-rt

is a small (trivial, really!) crate for reading protobuf-encoded gtfs-rt 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.

Commit count: 15

cargo fmt