Rust's ownership and borrowing mechanisms guarantee memory safety at runtime. Here's how to use them in your programs.
Smithay aims to provide building blocks to create wayland compositors in Rust. While not being a full-blown compositor, it'll provide objects and interfaces implementing common functionalities that ...