Rust Course code examples not mentioned in Rust book, or Rust syntax what I'm unfamiliar with
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)