From 72b7c51572b51f5566f2654bb6a8931d25e8c10d Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sun, 16 Jun 2024 19:13:31 +0900 Subject: [PATCH] =?UTF-8?q?Update=20intro.md=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/intro.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/intro.md b/src/intro.md index 842d05bf..e971fea7 100644 --- a/src/intro.md +++ b/src/intro.md @@ -20,6 +20,8 @@ 만일 당신이 러스트 프로그램을 작성하는 데 있어서 길고 행복한 나날을 바란다면, 당장 뒤돌아서서 이 책을 봤다는 것도 잊어버리세요. 이것이 필수적인 것은 아닙니다. 그러나 당신이 *비안전한* 코드를 쓰려고 하거나 - 아니면 그냥 언어의 속을 파 보고 싶다면 - 이 책은 유용한 정보를 많이 담고 있습니다. +*[러스트 프로그래밍 언어][trpl]*와 다르게, 어느 정도의 준비 지식은 갖추고 있다고 가정하겠습니다. + Unlike *[The Rust Programming Language][trpl]*, we will be assuming considerable prior knowledge. In particular, you should be comfortable with basic systems programming and Rust. If you don't feel comfortable with these topics, you should consider reading [The Book][trpl] first. @@ -40,5 +42,5 @@ The Rustonomicon is not a place to exhaustively describe the semantics and guara Unless otherwise noted, Rust code in this book uses the Rust 2021 edition. -[trpl]: ../book/index.html +[trpl]: https://doc.rust-kr.org [ref]: ../reference/index.html