QuickCheck export RUST_LOG=quickcheck enables useful QuickCheck output Run all tests: cargo test QuickSort example Run example: cargo run --bin quick_sort Run tests: cargo test --bin quick_sort HeapSort example Run example: cargo run --bin heap_sort Run tests: cargo test --bin heap_sort