dsfb-turbine 0.1.0

DSFB Structural Semiotics Engine for Gas Turbine Jet Engine Health Monitoring. A deterministic, read-only, observer-only augmentation layer for typed residual interpretation over existing Engine Health Monitoring (EHM), Gas Path Analysis (GPA), and Prognostics and Health Management (PHM) systems. The core engine is no_std + no_alloc. Unsafe code is forbidden in the library. Dataset loading, fleet evaluation, reporting, and executable examples are std-gated.
Documentation
1
2
3
4
5
6
7
//! Dataset loading for C-MAPSS and N-CMAPSS.
//!
//! This module is gated behind `feature = "std"` because it requires
//! file I/O, heap allocation, and string processing.

pub mod cmapss;
pub mod ncmapss;