Cyme – lsusb alternative written in Rust

List system USB buses and devices; a lib and modern lsusb that attempts to maintain compatibility with, but also add new features – GitHub – tuna-f1sh/cyme: List system USB buses and devices; a lib… Read more

Similar

Rust Disassembly: Part 1

What do some Rust features compile to? Intro I have been starting to have a look at Rust lately, mostly because WASM is growing on me and Rust has the best tool in class for it, or so I am told. I am eager to find out by myself. Rust comes with several ne... (more…)

Read more »

Revisiting Rust’s modules

As part of the Ergonomics Initiative, I and several others on the Rust language team have been taking a hard look at Rust’s module system. There are two related perspectives for improvement here: learnability and productivity. Modules are not a place th... (more…)

Read more »