An open API service indexing awesome lists of open source software.

https://github.com/catenarytransit/dmfr-dataset-reader


https://github.com/catenarytransit/dmfr-dataset-reader

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Read a dmfr folder and get a list of corrosponding data via hashmaps

## Usage
Put the transitland-atlas folder somewhere.

```rust
let dmfr_result = read_folders("transitland-atlas/feeds");
```

## Test
```bash
cargo test -- --nocapture
```