* Posts by polaris64

1 publicly visible post • joined 10 Nov 2021

Keep calm and learn Rust: We'll be seeing a lot more of the language in Linux very soon

polaris64

As far as I'm aware the Cargo package infrastructure will not be used for the Linux kernel, they'll just be using `rustc` to compile Rust modules. They could also probably host their own version of crates.io if they wanted, although I'm sure they already have better options for dependency management for the kernel.