geogetter

Crates.iogeogetter
lib.rsgeogetter
version0.1.8
sourcesrc
created_at2024-04-28 19:03:24.267623
updated_at2024-04-29 10:11:31.086525
descriptionsimple library that connects to the OpenStreetMap API to retrive all the information about the given string
homepage
repositoryhttps://github.com/miszczes/geogetter-rust
max_upload_size
id1223476
size10,538
Mikolaj Szczesny (miszczes)

documentation

https://docs.rs/geogetter/

README

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
Commit count: 7

cargo fmt