Skip to main content

Crate routa_entrix

Crate routa_entrix 

Source
Expand description

Entrix — Rust implementation of the fitness function engine.

This crate provides the core logic for evolutionary architecture fitness functions, matching the behavior of tools/entrix (Python).

Modules§

evidence
Evidence loader — parse YAML frontmatter into Dimension objects.
governance
Governance — policy enforcement for fitness function execution.
model
Domain model for evolutionary architecture fitness functions.
reporting
Shared serialization helpers for fitness reports.
runner
Shell runner — execute metric commands via subprocess.
scoring
Scoring engine — weighted score calculation across dimensions.
test_mapping
Cross-language test mapping primitives.