rust-learner
Installation
SKILL.md
Version Update Strategy
Stable Updates
# Check current version
rustc --version
# Update Rust
rustup update stable
# View changelog
rustup doc --changelog
# Check current version
rustc --version
# Update Rust
rustup update stable
# View changelog
rustup doc --changelog