tags
Rust
3 posts tagged here.
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.
Use AI Assistants to build pg-logstats
A series that documents building pg-logstats with AI Code Assistants
Database Access Stack in Rust
A primer on accessing databases in Rust