Skip to content

costinEEST/rust-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chapters

Crates

Documentation

  • rustup doc –-book opens:
    • file:///C:/Users/%USERNAME%/.rustup/toolchains/stable-x86_64-pc-windows-msvc/share/doc/rust/html/book/index.html (Windows)
    • file://$HOME/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/book/index.html (Mac)
  • rustup doc opens:
    • file:///C:/Users/%USERNAME%/.rustup/toolchains/stable-x86_64-pc-windows-msvc/share/doc/rust/html/index.html (Windows)
    • file://$HOME/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/index.html (Mac)
  • https://doc.rust-lang.org/std/prelude/index.html
  • Reserved keywords
  • Operators and symbols