qail-core 0.27.8

AST-native query builder - type-safe expressions, zero SQL strings
Documentation
1
2
3
4
5
6
7
8
9
//! Property-based testing with proptest.
//!
//! Provides Arbitrary implementations for AST types and property tests
//! for roundtrip invariants.

pub mod arbitrary;

#[cfg(test)]
mod invariants;