Are there any map crates like openlayers https://www.youtube.com/playlist?list=PLSWT7gmk_6LrvfkAFzfBpNckEsaF7S2GB that work with rust and dioxus?
#How to? Interactive map in dioxus
1 messages · Page 1 of 1 (latest)
Using this library would be as simple as importing and calling the functions right? https://github.com/slowtec/leaflet-rs/tree/master
how to use wasm_bindgen packages with dioxus?
There isn't anything special about using wasm_bindgen with dioxus-web. The wasm-bindgen guide explains how to use wasm-bindgen in general https://rustwasm.github.io/wasm-bindgen/introduction.html