Development Notes for Rust and AI Tooling

Archive of development posts covering Rust learning guides, AI tooling, harness engineering, and practical troubleshooting.

Rust 10. Testing in Rust

3 minute read

Beginner-friendly Rust testing guide to cargo test, unit tests, integration tests, assert_eq!, and Result-based tests.