busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
66 stars 6 forks source link

Rename the Provider trait to Context #32

Closed busstoptaktik closed 1 year ago

busstoptaktik commented 1 year ago

With the introduction of the general provider trait for Rust Error messaging, the Provider name has been hijacked for a better cause.

As the Provider (now Context) trait essentially plays the same role for Rust Geodesy as the PJ_CONTEXT object does for PROJ, this name change makes very good sense under all circumstances.