kactus-gtfs-rt 0.1.0

Store data in Redis
Documentation
fn main() {
    prost_build::Config::new()
        .out_dir("src")
        .compile_protos(&["gtfs_realtime.proto"])
        .unwrap();
}