Expand description
Rust client for DistanceFYI REST API.
let client = distancefyi::Client::new();
let result = client.search("query").unwrap();Rust client for DistanceFYI REST API.
let client = distancefyi::Client::new();
let result = client.search("query").unwrap();