Rustaceans at the border
Rustaceans at the border
Posted Apr 14, 2022 20:29 UTC (Thu) by djc (subscriber, #56880)In reply to: Rustaceans at the border by mb
Parent article: Rustaceans at the border
I don't see the point in Rust for Linux forbidding the use of crates.io crates. Yes, you'd probably want to enforce that only no_std crates are pulled in (I don't know if that's currently supported), but otherwise it seems like a great way of sharing functionality with other parts of the ecosystem.
I can see how pulling in an async runtime would be a bigger deal, but at the same time being able to write async code instead of callback hell seems like it might be important for making code easier to understand the same way it does in userspace.
