DEV Community

Discussion on: My First Month (or so) With Rust

Collapse
 
cthutu profile image
Matt Davies

Rust has TDD built into it. Try cargo new myproj --lib and then cargo test to see it in action.