Arb – schema-driven CLI generation (Rust example with nested subcommands)

Deterministic recursive text compiler for structured generation. One source of truth. Many outputs. – abstractrenderblocks/arb… Read more

Similar

Examining ARM vs. x86 Memory Models with Rust

With Apple’s recent announcement that they are moving away from Intel X86 CPU’s to their own ARM CPU’s for future laptops and desktops I thought it would be a good time to take a look at the some differences that can affect systems programmers working in ... (more…)

Read more »

A C# programmer examines Rust – Part 1

It’s a dark, gloomy February night and I can hear the rain pelting against the windows of my office, behind me. It’s late, but I’ve lost track of time. I am puzzling over some code, kind of hacking away at it, trying to gain clarity. On my second monitor ... (more…)

Read more »

An essay of checked exceptions in Rust

Two years ago I started the cex project to support checked exceptions in Rust. After eating my own dog food, I'd like to share some thoughts - with little code and more like an essay. Checked exceptions provide code-as-documentation #[cex] pub fn foo()... (more…)

Read more »