once_cell_polyfill 1.70.2

Polyfill for `OnceCell` stdlib feature for use with older MSRVs
Documentation
1
2
3
4
5
6
7
8
9
10
//! > Polyfill for `OnceCell` stdlib feature for use with older MSRVs

#![warn(clippy::print_stderr)]
#![warn(clippy::print_stdout)]

pub mod sync;

#[doc = include_str!("../README.md")]
#[cfg(doctest)]
pub struct ReadmeDoctests;