Rust plugin for IntelliJ IDEA
Vorlesung „Programmieren in Rust“ an der Universität Osnabrück im Wintersemester 2016/17. Slides und weitere Informationen: https://github.com/LukasKalbertodt/programmieren-in-rust
Relm is a new crate (Rust library) to develop asynchronous GUI applications in Rust. Introduction Relm provides a way to combine futures/tokio with GTK+ in an elegant way, to easily write asynchronous GUI applications. This library is inspired by the elm programming language in that it uses The Elm Architecture,...
SolidOak is a simple IDE for Rust. It features an embedded copy of Neovim wrapped in a simple user interface. It starts off in "Easy Mode" (locked in insert mode) for Vim newbies, but can be toggled off. With a built-in copy of Racer, it provides autocomplete support without any configuration.
A bunch of links to blog posts, articles, videos, etc for learning Rust.
Code and link to tutorial builing a tiling window manager in rust.