mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
kak-lsp and classpert have moved
This commit is contained in:
parent
5e5802f71d
commit
3e19fbba6e
1 changed files with 2 additions and 2 deletions
|
@ -589,7 +589,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https://
|
|||
* [gitpod.io](https://gitpod.io) — Online IDE with full Rust support based on Rust Language Server
|
||||
* [gnome-builder](https://wiki.gnome.org/Apps/Builder) native support for rust and cargo since Version 3.22.2
|
||||
* [Kakoune](http://kakoune.org/)
|
||||
* [ul/kak-lsp](https://github.com/ul/kak-lsp/) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
|
||||
* [kak-lsp/kak-lsp](https://github.com/kak-lsp/kak-lsp/) — [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box.
|
||||
* [NetBeans](https://netbeans.org/)
|
||||
* [drrb/rust-netbeans](https://github.com/drrb/rust-netbeans)
|
||||
* [IntelliJ](https://www.jetbrains.com/idea/)
|
||||
|
@ -1560,7 +1560,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
|
|||
* [Learning Rust With Entirely Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/) — in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures.
|
||||
* [Rust by Example](https://doc.rust-lang.org/rust-by-example/)
|
||||
* [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/) — A collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.
|
||||
* [Rust Online Courses at Classpert](https://classpert.com/rust-programming) — A list of Rust online courses (paid) from Classpert Online Course Search
|
||||
* [Rust Online Courses at Classpert](https://classpert.com/it-computer-science/software-development/rust-programming) — A list of Rust online courses (paid) from Classpert Online Course Search
|
||||
* [Rust for professionals](https://overexact.com/rust-for-professionals/) — A quick introduction to Rust for experienced software developers.
|
||||
* [Rust in Motion](https://www.manning.com/livevideo/rust-in-motion?a_aid=cnichols&a_bid=6a993c2e) — A video series by [Carol Nichols](https://github.com/carols10cents) and [Jake Goulding](https://github.com/shepmaster) (paid)
|
||||
* [rust-learning](https://github.com/ctjhoa/rust-learning) — A collection of useful resources to learn Rust
|
||||
|
|
Loading…
Reference in a new issue