google-maps-places 0.1.1

Simple crate to get Google Maps Place results
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum GoogleMapPlaceError {
    BadRequest(String),

    Unknown(String),
}