| Crates.io | trafiklab |
| lib.rs | trafiklab |
| version | 0.0.2 |
| created_at | 2025-11-24 20:24:03.818865+00 |
| updated_at | 2025-11-25 23:49:50.280999+00 |
| description | Unofficial Rust SDK for Trafiklab APIs |
| homepage | |
| repository | https://github.com/VincentBrodin/trafiklab-rs |
| max_upload_size | |
| id | 1948631 |
| size | 683,262 |
This project aims to provide a clean, async, and well-typed Rust interface to all Trafiklab endpoints.
[!WARNING] This project is in very early development and is not yet ready for production use. Many endpoints and features are still being designed or implemented. If this SDK is something you're interested in using, or if you want to help get it up and running sooner please consider contributing!
Issues, pull requests, and suggestions are all highly appreciated.
[!NOTE] Cooming soon.
[!NOTE] Cooming soon.
[!NOTE] Cooming soon.
[!NOTE] Cooming soon.
Route planner
let res = trafiklab::resrobot::RouteRequest::new(
"API_KEY".into(),
Location::Id("740000001".to_string()),
Location::Id("740000003".into()),
)
.send()
.await?;
Current Endpoint: ResRobot Route planner
GTFS Svergie 2
GTFS Regional
GTFS Sweden 3
SL
ResRobot v2.1
Contributions, bug reports, and suggestions are welcome! The end goal is to make this crate a high-quality, community-driven SDK that Trafiklab may one day adopt officially.