Rust Enhanced
The official Sublime Text 4 package for the Rust Programming Language
Details
Installs
- Total 112K
- Win 38K
- Mac 35K
- Linux 38K
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 10 | 7 | 9 | 9 | 5 | 9 | 6 | 8 | 11 | 10 | 11 | 10 | 8 | 12 | 7 | 14 | 6 | 11 | 7 | 9 | 5 | 12 | 6 | 8 | 4 | 8 | 4 | 5 | 11 | 7 | 2 | 5 | 3 | 3 | 3 | 5 | 7 | 12 | 6 | 4 | 9 | 5 | 8 | 6 |
Mac | 0 | 1 | 0 | 3 | 5 | 3 | 5 | 1 | 4 | 1 | 3 | 9 | 1 | 6 | 1 | 2 | 3 | 9 | 6 | 7 | 2 | 2 | 6 | 8 | 4 | 7 | 4 | 4 | 5 | 6 | 4 | 1 | 2 | 1 | 7 | 1 | 2 | 2 | 5 | 7 | 4 | 5 | 5 | 6 | 4 | 1 |
Linux | 1 | 8 | 10 | 11 | 4 | 10 | 8 | 10 | 10 | 11 | 3 | 7 | 7 | 12 | 8 | 9 | 7 | 6 | 15 | 8 | 5 | 4 | 3 | 13 | 7 | 5 | 4 | 6 | 6 | 4 | 9 | 8 | 12 | 11 | 1 | 3 | 7 | 5 | 6 | 4 | 6 | 6 | 3 | 8 | 10 | 6 |
Readme
- Source
- raw.githubusercontent.com
Rust Enhanced
About
Rust Enhanced is a Sublime Text package which adds extended support for the Rust Programming Language. This is a replacement for the built-in “Rust” package and provides several extensions:
- Enhanced syntax highlighting which handles more recent language changes and improved highlighting.
- A custom build system with complete configuration of running Cargo and supporting Rust's extended error messages.
- Automatic checking every time you save a file.
- Custom highlighting for Cargo output.
Installation and Usage
See the Rust Enhanced User Guide for complete information on installing and using this package.
Contributing
Development is quite simple, first uninstall “Rust Enhanced” if you already have it installed.
Then, check out this project to your Sublime Text Packages
folder.
Syntax definitions are defined in the RustEnhanced.sublime-syntax
file, and syntax tests are in the tests/syntax-rust
directory.
The PackageDev package is highly recommended for doing development.
Credits
Created 2012 by Daniel Patterson, as a near complete from scratch rewrite of a package by Felix Martini.
This project is currently maintained by Eric Huss
License
This package is licensed under the MIT License.