//! Shared FEMM model-query callables and payloads.
//!
//! This crate owns the common substrate that turns a FEMM model plus an output
//! query into a callable value. Function exports and sensitivity analysis both
//! use these types, so model defaults, excitation resolution, and payload
//! metadata stay consistent without a dependency cycle.
pub use *;
/// Cookbook recipes for this lib, embedded at build time.
pub static RECIPES: EmbeddedDir =
include!;