Update intro.md

pull/464/head
nomicon-kr 10 months ago committed by GitHub
parent 02d8cb4e21
commit e56a68da60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,8 +22,9 @@
*[러스트 프로그래밍 언어][trpl]* 와 다르게, 상당한 양의 사전 지식을 갖추고 있다고 가정하겠습니다. 특별히, 당신은 기본적인 시스템 프로그래밍과 러스트에 익숙해야 합니다. 이 주제들이 익숙하지 않다면, [기본 책][trpl] 을 먼저 읽으셔야 할 겁니다. 그렇긴 하지만, 그 책을 읽었다고 가정하진 않을 것이고, 필요하다고 여기는 부분에서는 때때로 기본을 다시 다질 것입니다. 원하시면 바로 이 책으로 건너뛰어도 됩니다 - 모든 것을 처음부터 설명하지는 않을 거라는 것만 알아 두세요.
This book exists primarily as a high-level companion to [The Reference][ref].
Where The Reference exists to detail the syntax and semantics of every part of the language, The Rustonomicon exists to describe how to use those pieces together, and the issues that you will have in doing so.
이 책은 주로 높은 수준에서 [러스트 언어 참조서(영문)][ref] 와 함께 가는 용도로 존재합니다. 참조서가 언어의 모든 부분의 문법과 의미를 자세하게 알기 위해 존재한다면, 러스토노미콘은 이런 부분들을 어떻게 짜맞추어 쓰느냐, 그리고 그러는 동안 부딪힐 난관들을 도명하기 위해 존재합니다.
The Reference will tell you the syntax and semantics of references, destructors, and unwinding, but it won't tell you how combining them can lead to exception-safety issues, or how to deal with those issues.
@ -37,4 +38,4 @@ 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]: https://doc.rust-kr.org
[ref]: ../reference/index.html
[ref]: https://doc.rust-lang.org/reference/index.html

Loading…
Cancel
Save