georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
322 stars 30 forks source link

Make readme examples part of `cargo test` #119

Open nyurik opened 1 year ago

nyurik commented 1 year ago

Rust markdown examples are usually included as part of the cargo test, but if they are in README, they require some additional snippet of code. Currently, the examples in the readme are non-compilable (they need a few extra lines hidden with the # symbols).