| Crates.io | geogetter |
| lib.rs | geogetter |
| version | 0.1.8 |
| created_at | 2024-04-28 19:03:24.267623+00 |
| updated_at | 2024-04-29 10:11:31.086525+00 |
| description | simple library that connects to the OpenStreetMap API to retrive all the information about the given string |
| homepage | |
| repository | https://github.com/miszczes/geogetter-rust |
| max_upload_size | |
| id | 1223476 |
| size | 10,538 |
Geogetter is a simple Rust library that connects to the OpenStreetMap API to retrieve all the information about a given location string.
Add the geogetter crate to your Cargo.toml file:
[dependencies]
geogetter = "0.1.8"
or
cargo add geogetter