Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 179 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 179 Bytes

Rust tutorials

# test all crates
cargo test

# test all crates and display prints
cargo test -- --nocapture

# test specific crates
cargo test --bin smart-pointers