A static site generator written in Rust
Rust plugin for IntelliJ IDEA
Show generated machine code for various languages
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
Rust implementation of oci container runtime
I couldn’t find any tutorials on how to get Elm up and running on Rocket, so here’s my attempt. I don’t go into to much detail about what each component does, but I do explain how to get going. I hope you find it useful.
compiler-explorer - Run compilers interactively from your web browser and interact with the assembly
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.