Distributed SQL database in Rust, written as an educational project - erikgrinaker/toydb... (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (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 »
GraphQL started being developed internally at Facebook back in 2012, before being publicly released as open-source in 2015. GraphQL is a… (more…)
Read more »
Hello Rustaceans! I'm here to announce Discovery: A book about (programming) embedded systems / microcontrollers aimed at people without previous experience with them. Oh, and the book happens to use Rust as the teaching language rather than the traditi...
Read more »