Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simsekgokhan authored Dec 19, 2023
1 parent b223c40 commit 4f03f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This repo is for my personal use with tips, tools, ready to use examples/explana

#### Important tools & tips:
> Use latest Rust -> https://github.com/rust-lang/rust/releases
> 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)
> Use [integration_tests](src/unit_integration_tests.rs) (also use it in CI: [integration_tests.yml](.github/workflows/integration_tests.yml))
> Use [unit_test](src/unit_tested_file.rs) (also use it in CI: [unit_tests.yml](.github/workflows/unit_tests.yml))
> Use `sccache` for faster builds (see setup and how to use in section "docs" below)
> Use [.cargo/config.toml](.cargo/config.toml) (see `faster_builds_with_linker_config` in section "docs" below)
> Use `vscode debugger` (see setup and examples in section "docs" below)
> Use `cargo tree` - displays the dependency graph
#### [best-practice-tips/](best-practices)

Expand Down

0 comments on commit 4f03f25

Please sign in to comment.