The Rust Project Template for OrzGeeker
rustup component add rustfmt # install rustfmt
cargo fmt # format current caretcargo fix # fix code as suggestionrustup component add clippy # install clippy
cargo clippy # lint current caretCode in VSC with rust-analyzer
rustup toolchain list # list nightly rust
rustup toolchain install nightly # install nightly rust
rustup override set nightly # use nightly rust in local dir💡 we can learn rust workflow, and apply on our own project.
🚊 6-weeks train model
nightly: * - - * - - * - - * - - * - - * - * - *
| |
beta: * - - - - - - - - * *
|
stable: *