| Crates.io | nictd-gtfs-rt |
| lib.rs | nictd-gtfs-rt |
| version | 0.3.3 |
| created_at | 2025-11-26 06:04:31.096852+00 |
| updated_at | 2025-11-26 07:31:56.490395+00 |
| description | Conversion of all NICTD (South Shore Line) data into GTFS Realtime |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1951005 |
| size | 78,704 |
Alerts for NICTD (South Shore Line).
The rest of the GTFS-RT data should currently be obtained from ETA SPOT. However, the data is a bit nonstandard, and might not work in your app.
Install Rust. If Rust is already installed, use rustup update to update.
Make sure the OpenSSL headers and the Protobuf compiler (protoc) are installed. For example:
# Debian
sudo apt install libssl-dev protobuf-compiler
# openSUSE
sudo zypper in libopenssl-3-devel protobuf-devel
Then you can test the library using
cargo test
If you want to see the output on stdout, use
cargo test -- --nocapture
Please join us on discord to help us work on this!!!
This package uses both https://docs.rs/gtfs-realtime and https://docs.rs/gtfs-structures