# rust-practice **Repository Path**: GitBubble/rust-practice ## Basic Information - **Project Name**: rust-practice - **Description**: No description available - **Primary Language**: Rust - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rust-practice #### 介绍 这个项目是为了用作Rust的练习 比较初级,完全是按照 https://doc.rust-lang.org/rust-by-example/hello/comment.html 来做一次演练, Talk Less, Show me the working Code. 跟着Rust的步伐,我们来走一次 ### Usage cargo run --package basic --bin ModuleName example: cargo run --package basic --bin FlowCtrl