# test all crates
cargo test
# test all crates and display prints
cargo test -- --nocapture
# test specific crates
cargo test --bin smart-pointers
-
Notifications
You must be signed in to change notification settings - Fork 0
Collection of Rust tests and tutorials
License
aurelien-clu/tutorial-rust
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Collection of Rust tests and tutorials