With Beezle you are always connected with users and events in your town. Beezle is a free to use, ad-free messaging app that allows you to participate in conversations nearby happening right now. Knowing what's happening around you has never been easier ... (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 »
There is a pretty straightforward design pattern called "out parameters" that
you may have heard of before. In short, the question is, does your function
wear pants... err, I mean, does your function modify data like this: (more…)
Read more »
A stream meant for "advanced beginners" of Rust who are familiar with the concepts of ownership and strings but don't yet have a firm grip on them. In this s... (more…)
Read more »
`bindgen` automatically generates Rust FFI bindings to C and C++ libraries. (more…)
Read more »