100 Days of Rust : Day 9 (Testing)

I continued reading Command Line Applications in Rust

Learnt that testing is easy. Any function that has #[test] above it, will be found (across any files) and used by cargo test

Couple of interesting crates :


Things to explore: