Rust for the Web

“Can we create web apps in Rust?” – Many people asked. So am I. Read more

Similar

Writing a Seqlock in Rust

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 »