git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
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;
|