openstreetmap-api 0.2.0

Rust client for the OpenstreetMap API.
Documentation

openstreetmap-api-rs

Build status

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.

Usage

Add this to your Cargo.toml:

[dependencies]
openstreetmap-api = "0.1"

To get started using the client, see the docs.