tags
SQLite
3 posts tagged here.
s3q: S3-backed queue
s3q is a queue backed by AWS S3. It is available as a Rust and Python library.
A Session-Scoped Test Fixture in Rust
Rust's test framework lacks pytest-style fixtures. This post shows how to build them using traits, global state, and ctor.
Database Access Stack in Rust
A primer on accessing databases in Rust