Skip to content

neilwangweili/rust-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust guide

Basic

How to deploy, run, and redevelop

Run following script to install rustup:

brew install rustup

Run the following script to prepare development environment:

cargo build

Run the following script to verify that the development environment is working, or to test and validate the use case.

sh ./scripts/check_all.sh

Attention

Test coverage must be 100%.

The usages of this repository

Learn Rust grammar and practice.

Releases

No releases published

Packages

No packages published