//! Offline Model Pack System for TrustformeRS
//!
//! Enables packaging and distribution of model collections for offline deployment.
//!
//! Split into cohesive submodules: [`resolution`] (resolving a Hub model id to a
//! real on-disk directory), [`pack_types`] (pack metadata/config types),
//! [`manager`] (the `OfflineModelPackManager` engine) and [`hub_integration`]
//! (bridging packs with the online Hub client).
// Re-export all types
pub use *;
pub use *;
pub use *;
pub use *;