From b8cac816f640c920409809d087c2756df09dc82e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20=C5=9Eim=C5=9Fek?= Date: Tue, 19 Mar 2024 14:01:10 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb39fcb..32f9d2e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This repo is for my personal use with tips, tools, ready to use examples/explanations of features/keywords of Rust and best practices. #### Important tools & tips: -> Use latest Rust & read release notes -> https://github.com/rust-lang/rust/releases -> Follow surveys, be aware of latest trends -> e.g. https://www.jetbrains.com/lp/devecosystem-2023/rust/ -> Use & study latest edition -> https://doc.rust-lang.org/edition-guide +> - Use latest Rust & read release notes -> https://github.com/rust-lang/rust/releases +> - Follow surveys, be aware of latest trends -> e.g. https://www.jetbrains.com/lp/devecosystem-2023/rust/ +> - Use & study latest edition -> https://doc.rust-lang.org/edition-guide > Use `cargo check` to speed up the development process (`cargo check` performs compilation checks without generating machine code) > Use [clippy - the Rust linter](https://github.com/rust-lang/rust-clippy) (also use it in CI: [clippy.yml](.github/workflows/clippy.yml)) > Use [rust-analyzer](https://github.com/rust-lang/rust-analyzer)