Rust
Rust
Posted Jan 22, 2022 1:02 UTC (Sat) by plugwash (subscriber, #29694)In reply to: Rust by tialaramex
Parent article: The kernel radar: folios, multi-generational LRU, and Rust
"However, ultimately you _could_ do this surgery by hand and in effect "fork" the core library, especially if you knew a real fix was coming later."
The rust standard library uses and will probably always use features that will not be part of stable rust. So forking the standard library doesn't really help you with future-proofing your code.
