Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ChimeHQ/chime-rust
A Chime extension for Rust
https://github.com/ChimeHQ/chime-rust
extensionkit language-server-protocol lsp rust
Last synced: 3 months ago
JSON representation
A Chime extension for Rust
- Host: GitHub
- URL: https://github.com/ChimeHQ/chime-rust
- Owner: ChimeHQ
- License: bsd-3-clause
- Created: 2022-10-07T09:23:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T16:02:00.000Z (4 months ago)
- Last Synced: 2024-07-11T18:29:23.652Z (4 months ago)
- Topics: extensionkit, language-server-protocol, lsp, rust
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![License][license badge]][license]
# chime-rust
A [Chime][chime] extension for Rust.## Overview
This Chime extension supports the [Rust][rust] programming language. It integrates [rust-analyzer][rust-analyzer] with [ChimeKit][chimekit]'s `ExtensionProtocol`.
## Installation
chime-rust's core functionality is built directly into Chime 2.0.
This extension requires that `rust-analyzer` be accessible in the user's `PATH`.
## Suggestions or Feedback
We'd love to hear from you! Get in touch via an issue or pull request.
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
[license]: https://opensource.org/licenses/BSD-3-Clause
[license badge]: https://img.shields.io/github/license/ChimeHQ/chime-rust
[chime]: https://www.chimehq.com
[rust]: https://www.rust-lang.org
[rust-analyzer]: https://rust-analyzer.github.io
[chimekit]: https://github.com/ChimeHQ/ChimeKit