dmfr-dataset-reader 0.2.0

Reads transitland folder and outputs graph of valid feeds and operators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
```