Testing
How to get output from tests with cargo test?
Provide nocapture option as an argument to cargo test, as follows.
cargo test -- --nocaptureLast updated
Provide nocapture option as an argument to cargo test, as follows.
cargo test -- --nocaptureLast updated