Spot: Native Spotify client written in Rust for the GNOME desktop

Native Spotify client for the Gnome desktop. Contribute to xou816/spot development by creating an account on GitHub. Read more

Similar

Piece by Piece: Write Readable Rust Code

I am a newbie programmer, and this is my first post about my Rust programming experience. Even though I have been involved in the Rust community for a while, I am not familiar with programming in Rust. I do want to have Rust in my toolkit though, so I dec... (more…)

Read more »

Error Handling in Rust

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 »