Module Linker
sublime-rust
Module Linker | sublime-rust | |
---|---|---|
1 | 2 | |
250 | 782 | |
- | 0.5% | |
0.0 | 4.6 | |
about 3 years ago | about 1 month ago | |
JavaScript | Python | |
MIT License | 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.
Module Linker
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?
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 [Moved to: https://github.com/rust-lang/rust-analyzer]
just - 🤖 Just a command runner
Clippy - A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
rr - Record and Replay Framework
rust-analyzer - A Rust compiler front-end for IDEs
cbindgen - A project for generating C bindings from Rust code
rustfmt - Format Rust code
rust-cross - Everything you need to know about cross compiling Rust programs!
Rust for Visual Studio Code
CodeLLDB - A native debugger extension for VSCode based on LLDB
cargo-linked - Display linked packages for compiled rust binaries