{"id":13438008,"url":"https://github.com/eclipse-corrosion/corrosion","last_synced_at":"2025-03-19T18:31:31.129Z","repository":{"id":41132193,"uuid":"113055080","full_name":"eclipse-corrosion/corrosion","owner":"eclipse-corrosion","description":"Eclipse Corrosion - Rust edition in Eclipse IDE","archived":false,"fork":false,"pushed_at":"2024-05-31T08:01:20.000Z","size":11050,"stargazers_count":219,"open_issues_count":23,"forks_count":31,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-08-05T19:25:15.430Z","etag":null,"topics":["eclipse-ide","hacktoberfest","redox","rls","rust","rust-language-server"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-corrosion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-04T14:46:33.000Z","updated_at":"2024-08-05T19:25:20.703Z","dependencies_parsed_at":"2023-11-30T07:28:10.995Z","dependency_job_id":"bacaa165-6864-4308-b096-3b13efa68608","html_url":"https://github.com/eclipse-corrosion/corrosion","commit_stats":null,"previous_names":["eclipse-corrosion/corrosion","eclipse/corrosion"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-corrosion%2Fcorrosion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-corrosion%2Fcorrosion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-corrosion%2Fcorrosion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-corrosion%2Fcorrosion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-corrosion","download_url":"https://codeload.github.com/eclipse-corrosion/corrosion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244483316,"owners_count":20460090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eclipse-ide","hacktoberfest","redox","rls","rust","rust-language-server"],"created_at":"2024-07-31T03:01:02.130Z","updated_at":"2025-03-19T18:31:31.122Z","avatar_url":"https://github.com/eclipse-corrosion.png","language":"Java","funding_links":[],"categories":["Development tools"],"sub_categories":["IDEs"],"readme":"\u003cimg alt=\"logo\" src=\"./images/corrosionLogo.svg\" width=\"200px\"/\u003e\n\n# Eclipse Corrosion\n### Rust edition and debug in Eclipse IDE\n\nCorrosion is a Rust development plugin for the Eclipse IDE, providing a rich edition experience through integration with the Rust Analyzer language server, Cargo runner and gdb debugger.\n\n## Download/Install\n\n### Corrosion\n\nDownload a fully-fledged Eclipse IDE for Rust development from [Corrosion download area](https://download.eclipse.org/corrosion/snapshots/products/).\n\n*OR*\n\nWith Eclipse IDE properly installed on your machine, just click [Here](https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirectToMarketplace.html?entryId=3835145)\n\n*OR*\n\nFrom a working Eclipse IDE, find [Eclipse Corrosion](https://marketplace.eclipse.org/content/eclipse-corrosion) on the Eclipse Marketplace ([how to install from marketplace](https://marketplace.eclipse.org/marketplace-client-intro?mpc_install=3835145))\n\n*OR*\n\nFrom a working Eclipse IDE, install from p2 repository [https://download.eclipse.org/corrosion/snapshots/](https://download.eclipse.org/corrosion/snapshots/).\n\n### Uses Rust Toolchain\n\nTo install the Rust toolchain, consider visiting \u003chttps://rustup.rs/\u003e and install Rustup.  \nOn Linux and MacOS, the toolchain can also be installed via Corrosion in the `Rust` preference page (`Window \u003e Preferences`).\n\n## Features\n\nCorrosion brings together multiple different sources of features to make an enjoyable developing environment. Here are just a few of the most common features. Download today to discover all Corrosion has to offer.\n\n### Rust Language Server\nRust Analyzer supplies Corrosion with the majority of the edition abilities. More information can be found at the [Rust-Analyzer GitHub Repository](https://github.com/rust-analyzer/rust-analyzer).\n - Completion Assist\n - Documentation Hover\n - Diagnostics\n - Formatting\n\n![RLS features](images/rls-features.gif)\n\n### Debug\nUsing the `rust-gdb`, Corrosion enables users to debug their Rust programs with intelligent supports.\n - Variables View\n - GDB Console\n - Breakpoints\n - Expression Execution\n\n![Debug features](images/debug-features.gif)\n\n### Cargo Test monitoring\n\nCorrosion brings a `Unit Tests` view to monitor progress of your test executions, and easily analyze test reports.\n\n\u003cimg alt=\"logo\" src=\"./images/testReports.png\" width=\"600px\"/\u003e\n\nSee also [▶️video demo](https://www.screencast.com/t/1sgBo0ENGc).\n\n### Cargo and Rustup Integration\n\nCorrosion is built for all Rust developers, newcomers to experts, bringing a GUI to common Cargo features.\n - New Project Wizard\n - Toolchain Management\n - TOML file editing support\n - Export Crate Wizard\n\n![Cargo and Rustup features](images/cargo-features.gif)\n\n\n### in the powerful in versatile Eclipse IDE\n\nCorrosion fits right into the standard Eclipse IDE workflows that boost productivity:\n - Project Outline\n - Dark Theme\n - Problems View\n - Git integration (Only available in Corrosion Package)\n - Embedded Terminal (Only available in Corrosion Package)\n - ...all Eclipse Marketplace extensions you like, including support for any other language!\n\n![Eclipse features](images/eclipse-features.gif)\n\n## Contributing\n\n\u003ca href=\"https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirect.html\"\u003e\u003cimg src=\"https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/cloneToEclipseBadge.png\" alt=\"Clone to Eclipse IDE\"/\u003e\u003c/a\u003e\n\nCorrosion is always open to new features and pull requests. If you have a feature or bug you wish to work on, [file an issue](https://github.com/eclipse/corrosion/issues) and other Corrosion developers will be able to help you get started.\n\nRefer to our [Contributing Guide](CONTRIBUTING.md) for more instructions.\n\n### Project Overview\n\nFor the **edition**, Corrosion uses the [lsp4e](https://projects.eclipse.org/projects/technology.lsp4e) project to integrate with the [Rust Analyzer](https://github.com/rust-analyzer/rust-analyzer) and [TM4E](https://projects.eclipse.org/projects/technology.tm4e) project to provide syntax highlighting in order to provide a rich Rust editor in the Eclipse IDE.\n\n`rustup` is used to easily provisin the various necessary Rust tools.\n\n**Initialization, import and export** of projects and execution are provided by integration with `cargo` command.\n\n**Debugging** is provided by integration with `rust-gdb` and Eclipse CDT GDB support.\n\n \u003e Corrosion was formerly called RedOx, but required a name change due to naming overlap with another project ([See issue #24](https://github.com/eclipse/corrosion/issues/24))\n\n### License\n\nCorrosion is an open-source project licensed under [The Eclipse Public License - v 2.0](https://www.eclipse.org/legal/epl-2.0/)\n\nThe Rust and Cargo logos are owned by Mozilla and distributed under the terms of the [Creative Commons Attribution license (CC-BY)](https://creativecommons.org/licenses/by/4.0/) ([More Info](https://www.rust-lang.org/en-US/legal.html)).\n\n[More Licensing Information](NOTICE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-corrosion%2Fcorrosion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-corrosion%2Fcorrosion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-corrosion%2Fcorrosion/lists"}