Skip to content

OrzGeeker/OrzRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrzRust

The Rust Project Template for OrzGeeker

Code Format With rustfmt

rustup component add rustfmt  # install rustfmt
cargo fmt                     # format current caret

Code Fix with rustfix

cargo fix  # fix code as suggestion

Code Lint with clippy

rustup component add clippy  # install clippy
cargo clippy                 # lint current caret

Code in VSC with rust-analyzer

Use Nightly Rust

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:                                *

About

All in One Rust Practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published