Rust Enhanced
The official Sublime Text 4 package for the Rust Programming Language
Details
Installs
- Total 119K
- Win 41K
- Mac 37K
- Linux 41K
| Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 3 | 5 | 3 | 1 | 7 | 2 | 4 | 4 | 1 | 3 | 8 | 9 | 4 | 4 | 4 | 2 | 9 | 1 | 0 | 3 | 7 | 6 | 5 | 2 | 2 | 3 | 5 | 5 | 4 | 5 | 1 | 6 | 6 | 5 | 6 | 4 | 8 | 5 | 9 | 7 | 6 | 4 | 4 | 5 | 8 |
| Mac | 4 | 8 | 5 | 0 | 4 | 4 | 0 | 4 | 4 | 0 | 1 | 3 | 2 | 2 | 3 | 1 | 0 | 2 | 2 | 3 | 6 | 4 | 4 | 1 | 5 | 3 | 4 | 1 | 3 | 1 | 1 | 5 | 1 | 5 | 0 | 4 | 1 | 1 | 0 | 3 | 4 | 3 | 6 | 4 | 5 | 2 |
| Linux | 3 | 9 | 2 | 4 | 5 | 6 | 5 | 7 | 6 | 6 | 2 | 4 | 4 | 6 | 9 | 6 | 6 | 8 | 9 | 5 | 6 | 6 | 2 | 5 | 11 | 5 | 8 | 3 | 6 | 3 | 4 | 5 | 8 | 5 | 8 | 10 | 3 | 7 | 4 | 6 | 10 | 11 | 8 | 9 | 4 | 8 |
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.