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

make `fn proj_info` public #136

Closed michaelkirk closed 2 years ago

michaelkirk commented 2 years ago

Previously we'd made the struct public, but we also probably want to make it possible to get the struct (pub fn proj_info) and we also probably want to make the fields public, otherwise people can't do much with it.

I also tweaked the docs a bit to better disambiguate between info and proj_info.