//! The core crate for FEAGI. Defines the most common data structures used throughout
// Async runtime abstraction (optional, behind "async" feature)
pub use FeagiDataError;
pub use FeagiJSON;
pub use ;
// Re-export async macros for convenience
// Note: Macros are exported at crate root via #[macro_export], so we don't need to re-export them here