Crates.io | openstreetmap-api |
lib.rs | openstreetmap-api |
version | 0.3.1 |
source | src |
created_at | 2021-01-02 10:38:00.173581 |
updated_at | 2022-09-19 23:09:50.726382 |
description | Rust client for the OpenstreetMap API. |
homepage | |
repository | |
max_upload_size | |
id | 330500 |
size | 183,335 |
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:
[dependencies]
openstreetmap-api = "0.2"
To get started using the client, see the docs.