I was able to remove almost all uses of once_cell, except for
|
static TOKIO_BUILDER: Lazy<Mutex<Builder>> = Lazy::new(|| Mutex::new(multi_thread())); |
since it looks like
LazyLock wasn't added to the stdlib until an MSRV of 1.80.
Originally posted by @kylebarron in #54 (comment)