sdivi-core 0.2.16

Pure-compute facade for the Structural Divergence Indexer — WASM-compatible, no I/O
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Pure-compute functions — all referentially transparent, WASM-compatible.

pub mod boundaries;
pub mod change_coupling;
pub mod coupling;
pub mod normalize;
pub mod patterns;
mod stability;
// Private module: types are re-exported publicly via `pub use super::threshold_types::*` in `thresholds.rs`.
mod threshold_types;
pub mod thresholds;
mod violation;