osrm_client 0.1.0

A lightweight client for the HTTP services provided by OSRM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# OSRM-Client

The point of OSRM client is to provide a lightweight binding to the HTTP
services provided by the OSRM backend. The documentation of the original OSRM
API is available [here](https://project-osrm.org/docs/v5.24.0/api/#).

This client is useful if you already have an osrm instance installed on some
remote machine, and you just want to interact with it without bothering to
install all the dependencies on your local (client) machine. Chances are, this
crate is going to be useful in conjunction with `nominatim` if you want to do
some human understandable query to osrm.

The examples accompanying the source code show how each service can be used
in practice.