tmontaigu / shapefile-rs

Rust library to read & write shapefiles
MIT License
59 stars 19 forks source link

Use a second generic parameter in `with_shx` #29

Closed SabrinaJewson closed 2 years ago

SabrinaJewson commented 2 years ago

This change allows a different reader type to be used as the ShxSource which is useful sometimes.

tmontaigu commented 2 years ago

Thanks