OnceCell is set to be partially stablized in Rust 1.70. (rust-lang/rust#105587).
If it releases as a part of Rust 1.70 and it's acceptable to bump the MSRV of this crate to it, it may be possible to replace the once_cell dependency of this crate with the stdlib's implementation.
OnceCellis set to be partially stablized in Rust 1.70. (rust-lang/rust#105587).If it releases as a part of Rust 1.70 and it's acceptable to bump the MSRV of this crate to it, it may be possible to replace the
once_celldependency of this crate with the stdlib's implementation.