hraness

rust systems

one cargo workspace, many small crates: ports, deterministic cores, and effectful shells.

rust earns its keep when the system underneath it is honest: small crates with one job each, pure deterministic cores, and every effect pushed behind a port the tests can fake. the lessons here come from a 25-crate peer-to-peer workspace, a simulation engine, and a shared desktop foundation.

this category is about rust as it is actually practiced in these repos: boundary discipline, closed error sets, parse-don't-validate at every foreign edge, and the build and test machinery that keeps a workspace that size legible.

lessons

projects

AI-drafted at Ben Guo's direct request as category seeds; each lesson page is reviewed against the source repositories before publication.