categories

Rust

2 posts tagged here.

  1. Understanding Rust Associated Types

    Compile-time variation, static dispatch, and associated types explained using a SQL dialect use case.

    • Rust
    • Java
    • Traits
  2. 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