Rust API client for Valhalla
This crate contains the types and functions for interacting with the Valhalla API.
At the moment, only the routing API is implemented.
Examples
use Valhalla;
let valhalla = default;
let manifest = Manifest ;
let response = valhalla.route.unwrap;
println!;
let gpx = response.into;