Exploring Rust for Vulkan drivers, part 1

Over the course of the last decade, Rust has emerged as a new programming language for writing safe low-level code. How practical would it be to write a Vulkan driver mostly in Rust? Would doing so bring enough benefit to be worth the effort? In the first of a series, Faith Ekstrand explores the area of using Rust to write Mesa Vulkan drivers.

Source: LXer – Exploring Rust for Vulkan drivers, part 1