Show Debug Output When Running Tests In Rust

March 2023

This is how to see dbg output even if the test doesn't fail.

cargo test -- --nocapture
end of line