The XDG base directory specification and Rust

Edited to clarify XDG_RUNTIME_DIR based on feedback from smcv. Read more

Similar

Rust GTK Tutorial Series

This unofficial GTK Rust tutorial series will focus on documenting important GTK features, demonstrating how they are used in practice, and displaying some Rusty software techniques along the way, as we explore what GTK GUI development in Rust is like. (more…)

Read more »

Rust DataBase Connectivity (RDBC)

Many years ago I wrote a commercial product that could import a database schema and then generate source code based on the schema. There were many different use cases for this product and it could be used to generate simple Data Access Object (DAO) code o... (more…)

Read more »