On Sat, Sep 13, 2025 at 7:14 PM Joel Fernandes <joelagn...@nvidia.com> wrote: > > I am not alone in that opinion.
Hmm... I am not sure how to read this. > This should be first-class in a (systems) language, built into > the language itself? I would suggest taking a look at our website and the links there (like issue #2) -- what we are doing upstream Rust is documented. (Danilo gave you a direct link, but I mention it this way because there are a lot of things going on, and it is worth a look and perhaps you may find something interesting you could help with). > except to satisfy paranoia Using unsafe code everywhere (or introducing unsoundness or UB for convenience) would defeat much of the Rust for Linux exercise. Cheers, Miguel