busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
63 stars 6 forks source link

Replace `once_cell` with `std::sync::OnceLock`. #83

Closed frewsxcv closed 7 months ago

frewsxcv commented 7 months ago

Note that this requires raising the MSRV.

frewsxcv commented 7 months ago

@busstoptaktik Does this help clarify the standard library documentation? https://github.com/rust-lang/rust/pull/118299/files

busstoptaktik commented 7 months ago

Certainly!