9 releases
0.1.8 | Apr 29, 2024 |
---|---|
0.1.7 | Apr 29, 2024 |
#106 in Geospatial
72 downloads per month
10KB
133 lines
Geogetter
Geogetter is a simple Rust library that connects to the OpenStreetMap API to retrieve all the information about a given location string.
Features
- Asynchronously retrieves location data from OpenStreetMap based on the input string.
- Parses the response from the OpenStreetMap API into structured Rust types.
- Provides structs to represent address and location information.
- Includes comprehensive test coverage.
Usage
Add the geogetter
crate to your Cargo.toml
file:
[dependencies]
geogetter = "0.1.8"
or
cargo add geogetter
lib.rs
:
geogetter
geogetter
is a simple library that connects to the OpenStreetMap API to retrive all the information about the
given string
Dependencies
~6–17MB
~235K SLoC