7 lines
223 B
Rust
7 lines
223 B
Rust
//! Property-based tests for Prime-Radiant Coherence Engine
|
|
//!
|
|
//! This module contains property-based tests using quickcheck to verify
|
|
//! mathematical invariants that must hold for all inputs.
|
|
|
|
mod coherence_properties;
|