rustup-doc.md 604 B

rustup doc

현재 툴체인의 오프라인 Rust 문서를 엽니다. 여기서 언급되지 않은 더 많은 문서 페이지가 있습니다. 자세한 내용은 rustup help doc을 참조하세요. 더 많은 정보: https://rust-lang.github.io/rustup.

  • 메인 페이지 열기:

rustup doc

  • 특정 주제(표준 라이브러리의 모듈, 타입, 키워드 등)의 문서 열기:

rustup doc {{std::fs|usize|fn|...}}

  • Rust 프로그래밍 언어 책 열기:

rustup doc --book

  • Cargo 책 열기:

rustup doc --cargo

  • Rust 레퍼런스 열기:

rustup doc --reference