Corrosion initial contribution to Eclipse.org

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=529673 and
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15779

This commit contains the code that was approved in
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15779 (Bulk of code),
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15836 (rustup-init.sh),
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15835 (Rust TML),
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=15793 (TOML TML), along
with tests and docs which are not included in the jar

Change-Id: Ic5be2f019b1f4a47613db348fb849f9dbe20693e
Signed-off-by: Lucas Bullen <lbullen@redhat.com>
95 files changed
tree: 4368c5f02d67c7e9b117524982e29a14a58561f1
  1. .settings/
  2. documentation/
  3. images/
  4. org.eclipse.corrosion/
  5. org.eclipse.corrosion.feature/
  6. org.eclipse.corrosion.tests/
  7. site/
  8. target-platform/
  9. .project
  10. .travis.yml
  11. LICENSE
  12. pom.xml
  13. README.md
README.md

Corrosion

Corrosion was formerly called RedOx, but required a name change due to naming overlap with another project (See issue #24)

Support for Rust editing in Eclipse IDE.

Corrosion is a Rust development plugin for the Eclipse IDE. Both issue reports and pull requests are greatly appreciated.

Build Status

Screenshot

Installation

Refer to our Installation Guide

Prerequisites

The Rustup and Cargo commands are required for accessing the language server and performing most tasks. Go into the Rust preferences and either install the commands or input their paths if not automatically found.

Contributing

Issue reports and pull requests are always appreciated.

For setting up Corrosion for testing and development follow the Using Github Installation Instructions

The p2 repository is not kept up to date with the master branch. Releases to the p2 repository will be made in more controlled released after the initial release of Corrosion v1.

Concept

Corrosion uses the lsp4e project to integrate with the Rust Language Server and TM4E project to provide syntax highlighting in order to provide a rich Rust editor in the Eclipse IDE.

The Rust and Cargo logos are owned by Mozilla and distributed under the terms of the Creative Commons Attribution license (CC-BY). More Info