//! AIMDS Core - Shared types, utilities, and error handling
//!
//! This crate provides the foundational types and utilities used across
//! all AIMDS components.
pub use AimdsConfig;
pub use ;
pub use ;
pub use *;
/// Version information
pub const VERSION: &str = env!;