코딩Coding/Rust❤️Optimization❤️
-
cargo clippy -- -Dwarnings러스트 clippy사용법코딩Coding/Rust❤️Optimization❤️ 2023. 2. 15. 23:19
그냥 cargo clippy 쳐도 되고 cargo clippy 좀 더 심도 깊은 옵션을 먹여도 됨. cargo clippy -- -Dwarnings 8분 30초 부터 보면 나옴 8 deadly mistakes beginner Rust developers make https://youtu.be/PbR4ECFIckg https://doc.rust-lang.org/nightly/clippy/usage.html Usage - Clippy Documentation This chapter describes how to use Clippy to get the most out of it. Clippy can be used as a cargo subcommand or, like rustc, directly with th..
-
Rust Programming - Crash Course & Easy Rust한글판 & Easy Rust영문판코딩Coding/Rust❤️Optimization❤️ 2023. 1. 18. 16:52
https://youtube.com/playlist?list=PLZGM26Bt_cku5_-UkQCKEsAjbsX2DK9JR Rust Programming - Crash Course www.youtube.com Easy Rust한글판 https://youtube.com/playlist?list=PLfllocyHVgsSJf1zO6k6o3SX2mbZjAqYE Easy Rust Korean / 한국어판 www.youtube.com Easy Rust영문판 https://youtube.com/playlist?list=PLfllocyHVgsRwLkTAhG0E-2QxCf-ozBkk Easy Rust: bite-sized Rust tutorials Learn to program in Rust, from the book ..
-
Rust버젼Control💕rust-toolchain을 만든 후에코딩Coding/Rust❤️Optimization❤️ 2023. 1. 6. 22:15
# If you see this, run `rustup self update` to get rustup 1.23 or newer. # NOTE: above comment is for older `rustup` (before TOML support was added), # which will treat the first line as the toolchain name, and therefore show it # to the user in the error, instead of "error: invalid channel name '[toolchain]'". [toolchain] channel = "nightly-2021-12-04" components = ["rust-src", "rustc-dev", "ll..