nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.17k stars 66 forks source link

once_cell has been merged into std and stabilized #84

Closed wathenjiang closed 3 months ago

wathenjiang commented 10 months ago

Hey, I found out once_cell has been merged into std and stabilized, ref https://github.com/rust-lang/rust/pull/105587.

The description of once_cell : Newer crate with more ergonomic API. On track to be incorporated into the standard library. Should be preferred for all new projects. could be updated.

epage commented 10 months ago

Only a subset of once_cell has been merged but for a lot of lower level crates, that subset should be sufficient