Rust client for the OpenstreetMap API.
Note: Client is not complete yet, some API can change in the future and not all the OSM API endpoints are yet implemented.
Add this to your Cargo.toml:
toml
[dependencies]
openstreetmap-api = "0.2"
To get started using the client, see the docs.