# leaflet-rs
A [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen)
wrapper for
[Leaflet.js](https://leafletjs.com/)
## Usage
```toml
[dependencies]
leaflet = "0.3"
```
## Example
See:
- Basic example: https://github.com/slowtec/leaflet-rs/tree/master/examples/basic
- Usage in yew component: https://github.com/slowtec/leaflet-rs/tree/master/examples/yew-component
## License
Copyright (c) 2020 - 2023 [slowtec GmbH](https://slowtec.de)