cargo-linked
sublime-rust
cargo-linked | sublime-rust | |
---|---|---|
- | 2 | |
1 | 787 | |
- | 0.4% | |
0.0 | 4.6 | |
12 days ago | 3 months ago | |
Rust | Python | |
GNU General Public License v3.0 only | MIT License |
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.
cargo-linked
We haven't tracked posts mentioning cargo-linked yet.
Tracking mentions began in Dec 2020.
sublime-rust
-
Hey Rustaceans! Got an easy question? Ask here (4/2022)!
You might have to make your own syntax rule, I rate. Did you have a look at rust-enhanced?
-
I have decided to learn rust any tips?
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).
What are some alternatives?
CodeLLDB - A native debugger extension for VSCode based on LLDB
Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
cargo-make - Rust task runner and build tool.
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]
gdbgui - Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
rust-analyzer - A Rust compiler front-end for IDEs
xargo - The sysroot manager that lets you build and customize `std`
rustfmt - Format Rust code
Helix - Native Ruby extensions without fear
Rust for Visual Studio Code
rust-cross - Everything you need to know about cross compiling Rust programs!
Module Linker - browse modules by clicking directly on "import" statements on GitHub