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