opendeviationbar-core 13.76.0

Core open deviation bar construction algorithm with temporal integrity guarantees
Documentation
1
2
3
4
5
6
7
8
9
//! Project-wide structural constants.
//!
//! This module is the single source of truth for compile-time structural
//! parameters that are shared across multiple features. It currently houses the
//! Bandt–Pompe ordinal-pattern embedding (see [`entropy`]).
//!
//! See `docs/adr/2026-06-03-bandt-pompe-embedding-constant.md`.

pub mod entropy;