Crowbar: Build AWS Lambda Functions with Rust

rust-crowbar – Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)…

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 »