Rust Language Server VS Rustup

Compare Rust Language Server vs Rustup and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Rust Language Server Rustup
6 58
3,568 5,866
- 1.6%
7.0 9.5
over 1 year ago 8 days ago
Rust Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Rust Language Server

Posts with mentions or reviews of Rust Language Server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-05.
  • Why doesn't rust-analyzer reuse infrastructures of rustc?
    3 projects | /r/rust | 5 Apr 2023
    In the last there was RLS that did exactly that. But the approach of rust-analyzer was found to be more performant.
  • [RFC] Generate Cabal files from TOML
    6 projects | /r/haskell | 27 Jul 2022
    LSP support seems to be lacking as well, at least rust doesn't seem to have Cargo.toml support? https://github.com/rust-lang/rls/issues/785
  • Referencing files in subfolders and difference between borrowing and C like references
    1 project | /r/rust | 9 Mar 2022
    apparently, it means that you're using the old RLS-based Rust plugin for VS Code, rather than the rust-analyzer plugin. You probably won't see a lot of people familiar with RLS's error messages.
  • friendly reminder for our vscode folks, use rust-analyzer
    8 projects | /r/rust | 23 Dec 2021
    Why: The rust-analyzer extension integrates with rust-analyzer, an alternative language server for Rust. rust-analyzer tends to perform better and get less confused with your code as compared to RLS, which the Rust extension uses.
  • Show HN: Skruv – No-dependency, no-build, small JavaScript framework
    10 projects | news.ycombinator.com | 7 Apr 2021
    I have tried writing websites with rust instead of JavaScript. Unfortunately, the tooling is just not there. More specifically, I am talking about wasm-bindgen, which provides two-way bindings. The problem with it is that since all the declarations are generated with build.rs, there is no autocompletion. Since I am spoiled by modern tooling, no autocompletion to me means not feasible pass demo stage. (https://github.com/rust-lang/rls/issues/1489)

    Aside from the lack of autocompletion, passing rust closures to js land (DOM) is extremely janky as well. However, that might be caused by my lack of experience with rust.

    (If you are curious, this is what I made: https://github.com/SCLeoX/non-grid-path-finder)

  • José Valim The Creator Of The Elixir Programming
    1 project | /r/programming | 11 Feb 2021
    Python the core devs don't care about tooling and they have IDE's, Java is an enterprise monolith so IDE's are the standard, Rust yes it is (https://github.com/rust-lang/rls), Elm I have no idea I don't use it.

Rustup

Posts with mentions or reviews of Rustup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • Problem with rust-analyzer in helix
    1 project | /r/HelixEditor | 5 Jun 2023
    I got it to finally work by following this
  • Do you use relative toolchain paths with rustup? Let us know!
    5 projects | /r/rust | 28 May 2023
    If you are someone actively using such relative-path toolchains, please contact us (Discord / Github issues).
  • Canonical hiring Rust toolchain dev
    1 project | /r/rust | 27 Apr 2023
    We had a snap package; we removed it in mid 2022
  • Announcing Rustup 1.26.0 | Rust Blog
    2 projects | /r/rust | 25 Apr 2023
    I don't know. The PR references prior discussion without a link, so it may have been private.
  • Foundation - Open Membership
    2 projects | /r/rust | 13 Apr 2023
  • Telemetry really goes into Go toolchain, no matter what
    2 projects | /r/golang | 1 Apr 2023
    As long as he doesn't put hidden folders in your root like rust. https://github.com/rust-lang/rustup/issues/341
  • telemetry in the go toolchain? just say no...
    1 project | /r/golang | 13 Feb 2023
    I think you're being upvoted by folks who don't know better, which is a shame because you're making things up :/. The telemetry feature in rustup kept everything local and never "pinged home". And you had to enable it with a command `rustup telemetry enable`. And it just logged JSON files at the path you mentioned. By 2019, the feature was disabled (see: https://github.com/rust-lang/rustup/issues/341 ) because no one worked on it and it just gathered bugs.
  • Go claims telemetry objectors arguing in bad faith and violating Code of Conduct
    7 projects | news.ycombinator.com | 13 Feb 2023
    FWIW, there is a proposal to add telemetry to LLVM [0] and Rust used to have telemetry [1], both off by default. Some things in the node.js world have telemetry enabled by default, like Next.js [3].

    Some people are posting here as if this as already decided -- AFIACT, that's not the case. It's not even a formal proposal yet, and the stated intent was to start a conversation around something concrete. (For context, this is standard for how I've seen the Go project approaches large topics, including for example I think there were something like ~8 very detailed generics design drafts from the core Go team over ~10 years).

    It sounds like the Go team is going to take some time to look into some of the alternative approaches suggested in the feedback collected so far.

    In any event, this is obviously a topic people are very passionate about, especially opt-in vs. opt-out, but I guess I would suggest not giving up hope quite yet.

    [0] https://discourse.llvm.org/t/rfc-lldb-telemetry-metrics/6458...

    [1] https://github.com/rust-lang/rustup/issues/341

    [2] https://nextjs.org/telemetry

  • Google's Go may add telemetry reporting that's on by default
    3 projects | /r/programming | 10 Feb 2023
    Rust (Specifically Rust Up) seems to have planned to include telemetry but they paused and cancelled the decision, possibly after implementing it initially.
  • Who "owns" Rust ?
    6 projects | /r/rust | 10 Feb 2023
    https://github.com/rust-lang/rustup/issues/341 and rust installation uses telemetry

What are some alternatives?

When comparing Rust Language Server and Rustup you can also consider the following projects:

Racer - Rust Code Completion utility

rust - Empowering everyone to build reliable and efficient software.

rusty-tags - Create ctags/etags for a cargo project

rust-mode - Emacs configuration for Rust

rust-analyzer - A Rust compiler front-end for IDEs

rust-on-raspberry-pi

semantic-rs

Rust for Visual Studio Code

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

cargo-modules - Visualize/analyze a Rust crate's internal structure

artifact - The open source design documentation tool for everybody

cargo-release - Cargo subcommand `release`: everything about releasing a rust crate.