# learn_rust **Repository Path**: thebigboss/learn_rust ## Basic Information - **Project Name**: learn_rust - **Description**: Learn Rust The Hard Way - **Primary Language**: Rust - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2023-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Learn Rust The Hard Way ## install ```bash $ curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh $ rustc --version rustc 1.63.0 (4b91a6ea7 2022-08-08) $ cargo --version cargo 1.63.0 (fd9c4297c 2022-07-01) ``` ## book ### rust-course ```bash $ git clone git@github.com:sunface/rust-course.git $ cargo install mdbook $ cd rust-by-practice && mdbook serve ``` ### rust-by-practice ```bash $ git clone git@github.com:sunface/rust-by-practice.git $ cargo install mdbook $ cd rust-by-practice && mdbook serve zh-CN/ -p 3001 ``` ### rust-by-example ```bash $ git clone https://github.com/rust-lang-cn/rust-by-example-cn $ cd rust-by-example-cn $ cargo install mdbook $ mdbook build $ mdbook serve ``` ## blog [一些 Rust/Go 文章翻译](https://github.com/suhanyujie/article-transfer-rs)