// Library exports for benchmarking and testing
// Allow dead_code for library targets - functions are used by the binary but not by tests
// ===== Core Mountebank-compatible modules =====
// ===== Rift Extensions (features beyond Mountebank) =====
// Re-export extension modules at top level for backward compatibility
pub use fault;
pub use flow_state;
pub use matcher;
pub use routing;
pub use rule_index;
pub use stub_analysis;
pub use template;
// Shared utilities
// Backends (pub for integration tests)