1.0 API Design
Open
help wanted
- Dominant language
- Rust
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
It would be much nicer to simply work with the .zip file
Ex:
``` rust
let gtfs = GTFS::from_zip("gtfs.zip").unwrap();
for agency in gtfs.agencies() {
println!("{:?}", agency);
}
for stop in gtfs.stops() {
println!("{:?}", agency);
}
```
Solved with #14
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.