tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

feat: Use std::cell::OnceLock instead of the once_cell crate #412

Closed softdevca closed 3 months ago

softdevca commented 4 months ago

Use std::cell::OnceLock instead of the once_cell crate for fewer dependencies. Requires bumping MSRV to Rust 1.71.

tafia commented 3 months ago

Thanks