# 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: ```toml [dependencies] geogetter = "0.1.8" ``` or * `cargo add geogetter`