Skip to content

luckychacha/rust_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Tutotial

Commands

  1. How to run all test cases in a module?

    Use command: cargo test module_name. Such as:

    cargo test polygon
  1. How to run all test cases in a workspace?

    Use command: cargo test -- workspace_member_name xxxx. Such as:

    cargo test xxxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages