We recommend upgrading to the latest Safari, Google Chrome, or Firefox. (more…)
Read more »
⊕
This post is the first part in a planned series on linking Rust crates.
My desire is to get informal feedback on these posts, and then
turn … (more…)
Read more »
UNDER CONSTRUCTION There has been much discussion of using the Rust language in the Linux kernel (for example, here , here , and here ), at the Kangrejos Rust for Linux Workshop ( here , here , and here ) and 2021 LInux Plumbers Conference had a number of... (more…)
Read more »
Parsing untrustworthy data is a major source of security bugs, and it's therefore against Chromium rules to do it in the browser process unless you can use a memory safe language. (more…)
Read more »
The cargo vet subcommand is a tool to help projects ensure that third-party
Rust dependencies have been audited by a trusted entity. It strives to be
lightweight and easy to integrate. (more…)
Read more »