# 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.