Skip to content

Commit

Permalink
Say where to write the code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Apr 3, 2024
1 parent 63dc11b commit 9f09418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions for-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ https://shuttle.uci.edu/ Unfortunately, I am too busy to deal with this!

Your goal is to provide a function which returns Gtfs-rt. You can return the vehicles / trips seperately in the same struct, or put them in the same protobuf data structure. Up to you.

The code should be in `src/lib.rs`, please make some test functions using rust's built in test features!

Documentation for GTFS-rt can be found here:
https://docs.rs/gtfs-rt/latest/gtfs_rt/
and here https://gtfs.org/
Expand Down

0 comments on commit 9f09418

Please sign in to comment.