Rust in the 6.2 kernel
Rust in the 6.2 kernel
Posted Nov 19, 2022 11:19 UTC (Sat) by khim (subscriber, #9252)In reply to: Rust in the 6.2 kernel by gasche
Parent article: Rust in the 6.2 kernel
Rust doesn't have Either in it's stdlib. There are either crate with really featureful Either, and it's widely used, but from my understanding Linux kernel doesn't like to depend on external crates.
