//! Integration with the inventory crate for compile-time registration.
//!
//! Provides utilities for working with inventory-collected components.
//!
//! Revision History
//! - 2025-10-02T00:00:00Z @AI: Initial inventory integration.
/// Re-export inventory macros for use in derive macros
pub use inventory;
/// Helper to iterate over registered components