Scan Rust Code With Sonarqube. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
Facebook, Amazon, and Microsoft are forming new Rust teams, and Google has also been hiring former Mozilla engineers to build with the language. (more…)
Read more »
An independent Rust text editor that runs in your terminal! - curlpipe/ox... (more…)
Read more »
A seqlock — or “sequence lock” — is an optimized implementation of a reader-writer lock. In a seqlock “the data can be ‘protected’ by a sequence number. The sequence number starts at zero, and is incremented before and after writing the object. Each reade... (more…)
Read more »