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

https://github.com/andrewgy8/ende

Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.
https://github.com/andrewgy8/ende

matrix openstreetmap routing-algorithm rust

Last synced: 8 months ago
JSON representation

Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.

Awesome Lists containing this project

README

          

# Ende

Ende is a Distance and Durations matrix generator focused on being fast, accurate, and extensible.

## Installation

```bash
git clone https://github.com/andrewgy8/ende.git
```

## Usage

```bash
$ cargo build
$ ./target/debug/ende
```

# Benchmarks

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)