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
Test coverage must be 100%.
Learn Rust grammar and practice.