forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Doc packages, editors, and other tools
JamesWrigley edited this page Dec 14, 2013
·
32 revisions
- FreeBSD
- FreeBSD Port - maintained by jyyou
- Linux
- Arch Linux Official
- Arch Linux Nightly Build Repository
- Fedora Copr - (instructions) maintained by fabiand
- Ubuntu PPA
- Gentoo, overlay rust
- Mac
- BBEdit
- Erik Rose's BBEdit plugin - Plugin for BBEdit. Probably quite out of date.
- Eclipse
- ianb's Eclipse plugin - Eclipse!
- Reidar Sollid's Eclipse plugin - A newer Eclipse plugin.
- Emacs
- included, see
src/etc/
. - Flycheck has support for on-the-fly syntax error detection. Use the Package Manager (ELPA) to install
flycheck-mode
- included, see
- Gedit
- included, see
src/etc/
- included, see
- Kate
- included, see
src/etc/
(the file can be copied or linked to ~/.kde/share/apps/katepart/syntax/)
- included, see
- Netbeans
- drrb's NetBeans Plugin - Rust NetBeans Plugin
- SublimeText
- kib2's SublimeText2 language file - Highlighting for SublimeText 2
- dbp's SublimeText2 - Probably more up to date than the above.
- TextMate
- dyluke's textmate bundle - Rust TextMate mode
- Vim
- included, see
src/etc/
. Syntastic has syntax error matching based on rustc.
- included, see
- NEdit
- Prism's pastebin - A pastebin instance that support Rust syntax highlighting using the Prism library
- startling's pygments plugin - Pygments syntax highlighting
- GitHub linguist - GitHub's language detection supports Rust
- lkuper's PLT Redex model - An (out-of-date) model of Rust in PLT Redex
- highlight.js - Highlight Rust code in your blog by adding a single line of JavaScript to your pages
- bstrie's map of Rust contributors
- "Is Rust fast yet?" - graphs of the build/test times of each merge into incoming