Stats
Basic rust.vim repo stats
1
2,550
2.7
about 2 months ago
rust-lang/rust.vim is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
Rust.vim Alternatives
Similar projects and alternatives to rust.vim
-
-
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
-
-
-
-
sqlx
🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, SQLite, and MSSQL. (by launchbadge)
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts.
Hence, a higher number means a better rust.vim alternative or higher similarity.
Posts
Posts where rust.vim has been mentioned. We have used some of these posts to build our list of alternatives and similar projects - the last one was on 2021-04-06.
-
Hey Rustaceans! Got an easy question? Ask here (14/2021)!
I use pathogen. I installed rust.vim per https://github.com/rust-lang/rust.vim.
-
Best IDE for beginning Rust?
Well, not sure if there's an equivalent, but there is a bare minimum. https://github.com/rust-lang/rust.vim
-
Porting a serverless chatbot from Python to Rust
I'm a vim user so the official rust.vim plugin gives me autocomplete and in-editor checks, but the output from Cargo (warnings and errors) is very helpful and pinpointing problems. rust-clippy is fun, too.