osrm_client

Crates.ioosrm_client
lib.rsosrm_client
version0.1.3
sourcesrc
created_at2023-01-03 11:07:14.161852
updated_at2023-01-06 14:07:32.532867
descriptionA lightweight client for the HTTP services provided by OSRM.
homepage
repositoryhttps://github.com/xgillard/osrm_client
max_upload_size
id750059
size103,790
Xavier Gillard (xgillard)

documentation

README

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.

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.

Commit count: 10

cargo fmt