tags

Rust

3 posts tagged here.

  1. 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.

    • Rust
    • Testing
    • Postgres
  2. Use AI Assistants to build pg-logstats

    A series that documents building pg-logstats with AI Code Assistants

    • Postgres
    • AI
    • rust
  3. Database Access Stack in Rust

    A primer on accessing databases in Rust

    • Postgres
    • Sqlite
    • Rust