Popularity
6.5
Growing
Activity
5.7
-
767
28
102

Programming language: Python
License: MIT License
Tags: Development Tools     IDEs     Sublime Text    
Latest version: v2.22.0

sublime-rust alternatives and similar packages

Based on the "Sublime Text" category.
Alternatively, view sublime-rust alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of sublime-rust or a related project?

Add another 'Sublime Text' Package

README

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](RustEnhanced.sublime-syntax) file, and syntax tests are in the [tests/syntax-rust](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.


*Note that all licence references and agreements mentioned in the sublime-rust README section above are relevant to that project's source code only.