georust / geographiclib-rs

A port of geographiclib in Rust.
MIT License
40 stars 9 forks source link

Replace `lazy_static` dependency with `sync::OnceLock`. #52

Closed frewsxcv closed 9 months ago

frewsxcv commented 10 months ago

Note this bumps the MSRV to 1.70.0.

michaelkirk commented 9 months ago

Thanks!

Rebased on top of #53 so CI would pass.

I'll merge here momentarily.