I have decided to learn rust any tips?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rust-analyzer

    Discontinued A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer] (by rust-analyzer)

    rls is based on rustc, which has compile/analysis times that are far too slow for real-time code editing (on larger codebases, a single update to your code can make rls hang for many seconds). It's for this reason that rust-analyzer is actually in the process of becoming the official Rust LSP. You can see the rationale for this in the rust-lang RFC. Notably, some parts of rust-analyzer are slowly being adopted into rustc due to performance gains.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rustfmt

    Format Rust code

    Use rustfmt and clippy.

  4. Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

    Use rustfmt and clippy.

  5. intellij-rust

    Rust plugin for the IntelliJ Platform

    Use a real IDE with integration for Rust. There's Rust for VSCode, Rust for Vim/CoC, Rust for Sublime Text, and Rust for IntelliJ (my personal favorite).

  6. coc-rust-analyzer

    rust-analyzer extension for coc.nvim

    Use a real IDE with integration for Rust. There's Rust for VSCode, Rust for Vim/CoC, Rust for Sublime Text, and Rust for IntelliJ (my personal favorite).

  7. sublime-rust

    The official Sublime Text 4 package for the Rust Programming Language

    Use a real IDE with integration for Rust. There's Rust for VSCode, Rust for Vim/CoC, Rust for Sublime Text, and Rust for IntelliJ (my personal favorite).

  8. rfcs

    RFCs for changes to Rust

    rls is based on rustc, which has compile/analysis times that are far too slow for real-time code editing (on larger codebases, a single update to your code can make rls hang for many seconds). It's for this reason that rust-analyzer is actually in the process of becoming the official Rust LSP. You can see the rationale for this in the rust-lang RFC. Notably, some parts of rust-analyzer are slowly being adopted into rustc due to performance gains.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • rust-analyzer changelog #177

    1 project | /r/rust | 17 Apr 2023
  • Make LSP-Rust-analyzer works

    1 project | /r/neovim | 2 Mar 2023
  • rust-analyzer changelog #164

    3 projects | /r/rust | 17 Jan 2023
  • What Every Rust Developer Should Know About Macro Support in IDEs

    3 projects | /r/rust | 6 Dec 2022
  • rust-analyzer changelog #147

    1 project | /r/rust | 19 Sep 2022