Native Spotify client for the Gnome desktop. Contribute to xou816/spot development by creating an account on GitHub. (more…)
Read more »
Versioned data-structures for Rust. Contribute to doctorn/obake development by creating an account on GitHub. (more…)
Read more »
Like most programming languages, Rust encourages the programmer to handle
errors in a particular way. Generally speaking, error handling is divided into
two broad categories: exceptions and return values. Rust opts for return
values. (more…)
Read more »
How to cross-compile Rust projects for FreeBSD using Docker, without emulation or virtual machines. (more…)
Read more »