osrm-binding 0.1.4

Low-level, unsafe FFI bindings to the OSRM C++ library.
1
2
3
4
5
6
7
use derive_builder::Builder;

#[derive(Debug, Clone, Builder)]
pub struct Point {
    pub latitude : f64,
    pub longitude : f64,
}