Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Oct 24, 2024
2 parents 56c268a + 1ec00b9 commit d08adde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Decrypts Amtrak's GTFS-RT
A valid Amtrak GTFS structure must be passed into the function to work.

Here's an example of some working code!
Note that `prost` version `0.11` should be used, as `gtfs-rt` does not use `0.12` yet.

The latest version of prost should be used along with the `gtfs-realtime` crate library.

```rust
extern crate amtrak_gtfs_rt;

Expand Down

0 comments on commit d08adde

Please sign in to comment.