georust / proj

Rust bindings for the latest stable release of PROJ
https://docs.rs/proj
Apache License 2.0
137 stars 44 forks source link

Add `Default` trait constraint to CoordinateType #111

Open nyurik opened 2 years ago

nyurik commented 2 years ago

This is an alternative, simpler take on https://github.com/georust/proj/pull/110

Adding default constraint allows https://github.com/georust/geo/pull/751

nyurik commented 2 years ago

Converting to draft until it is certain that this change is needed. See also #110