# rust-guide **Repository Path**: VWWL/rust-guide ## Basic Information - **Project Name**: rust-guide - **Description**: No description available - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust guide ## [Programmer Dojo by Rust](./src/dojo) ## [Design patterns by Rust](./src/design_pattern) [![Basic](https://github.com/VWWL/rust-guide/actions/workflows/main.yml/badge.svg)](https://github.com/VWWL/rust-guide/actions/workflows/main.yml/badge.svg) [![codecov](https://codecov.io/gh/VWWL/rust-guide/branch/master/graph/badge.svg)](https://codecov.io/gh/VWWL/rust-guide) ## How to deploy, run, and redevelop Run following script to install rustup: ~~~shell brew install rustup ~~~ Run the following script to prepare development environment: ~~~shell cargo build ~~~ Run the following script to verify that the development environment is working, or to test and validate the use case. ~~~shell sh ./scripts/check-all.sh ~~~ ## Attention Test coverage must be 100%. ## The role of this repository Learn Rust grammar and practice.