From 7b519daf3a85d12cba946785db529dddc09847b6 Mon Sep 17 00:00:00 2001 From: Seungmin Jeon Date: Mon, 12 Sep 2022 15:07:50 +0900 Subject: [PATCH] Add cargo doc usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c9496f..028d191 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Make sure you're capable of using the following development tools: - [Rust](https://www.rust-lang.org/): as the language of homework implementation. We chose Rust because its ownership type system greatly simplifies the development of large-scale system software. - - We recommend you to read [this page](https://cp.kaist.ac.kr/helpdesk#technical-expertise) that describes how to study Rust. + - We recommend you to read [this page](https://cp.kaist.ac.kr/helpdesk#technical-expertise) that describes how to study Rust. + - `cargo doc --open` on your local will show you the documentation for each homework. - [Visual Studio Code](https://code.visualstudio.com/) (optional): for developing your homework. If you prefer other editors, you're good to go.