geoarrow / geoarrow-rs

GeoArrow in Rust, Python, and JavaScript (WebAssembly) with vectorized geometry operations
http://geoarrow.org/geoarrow-rs/
Apache License 2.0
243 stars 14 forks source link

Documentation on how to use `geoarrow-wasm` from a standalone rust crate #34

Open kylebarron opened 1 year ago

kylebarron commented 1 year ago

I.e. it should be possible for me to publish geoarrow-wasm to crates.io and give an example of using that with a custom operation.

pub use geoarrow_wasm::*;
kylebarron commented 1 year ago

Maybe it would be best to mimic the geoarrow crate layout?