An open API service indexing awesome lists of open source software.

https://github.com/aergonaut/languageserver-rust

Adds support for RLS to Atom
https://github.com/aergonaut/languageserver-rust

atom languageclient languageserverprotocol nuclide rls rust

Last synced: 12 months ago
JSON representation

Adds support for RLS to Atom

Awesome Lists containing this project

README

          

# languageserver-rust package

Adds support for the [Rust Language Server][1] to [Atom][2].

**Caveat lector:** This package is still in development! It might not work in
some places and there's probably a lot of missing functionality! Please keep
that in mind if you decide to try it out!

## Setting up

### Install RLS

The recommended way to install RLS is with rustup. Please follow
[these steps](https://github.com/rust-lang-nursery/rls#setup) to install RLS to
your system.

If RLS is not installed when you install this extension, the extension will show
an error and not activate. You need to restart Atom after installing RLS for the
extension to recognize it.

### Install Nuclide

languageserver-rust depends on [Nuclide][3] for a lot of its functionality. You
should install Nuclide for the best experience.

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.

[1]: https://github.com/rust-lang-nursery/rls
[2]: https://atom.io
[3]: https://nuclide.io