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 »
Hassam Uddin is a high school student and developer with a passion for learning. Come read about my programming adventures... (more…)
Read more »
This Rust Cookbook is a collection of
simple examples that demonstrate good practices to accomplish common
programming tasks, using the crates of the Rust ecosystem. (more…)
Read more »
In recent weeks several vulnerabilities have rocked the Rust community causing many to question its safety. This post examines two such vulnerabilities. (more…)
Read more »
Rust is a statically compiled, fast language with great tooling and a rapidly growing ecosystem.
That makes it a great fit for writing command line applications:
They should be small, portable, and quick to run.
Command line applications are also a great ... (more…)
Read more »