tokmd-analysis 1.13.1

Analysis logic and enrichers for tokmd receipts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![doc = "Feature matrix and warning catalog for tokmd-analysis preset execution."]

mod disabled_feature;
mod presets;

pub use disabled_feature::DisabledFeature;
#[cfg(test)]
pub use presets::PresetGridRow;
pub use presets::{
    PRESET_GRID, PRESET_KINDS, PresetKind, PresetPlan, preset_plan_for, preset_plan_for_name,
};

#[cfg(test)]
mod tests;