Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 473 Bytes

rust-course

Rust Course code examples not mentioned in Rust book, or Rust syntax what I'm unfamiliar with

Rust version

Most packages are build in stable version, but a few packages are build in nightly version. Or use cargo-msrv to find the Minimum Supported Rust Version.

some nightly syntax (package name)

  • generic const expression (generics-and-traits)