//! Type-Safe Relationship Containers - Modular container system for ORM relationships
//!
//! This module provides a comprehensive system for managing relationship data
//! with compile-time type safety, loading state management, and utilities.
//!
//! ## Module Structure
//!
//! - `core` - Foundation types and traits (RelationshipLoadingState, TypeSafeRelationship)
//! - `specialized_types` - Common relationship type aliases (HasOne, HasMany, etc.)
//! - `polymorphic` - Polymorphic relationship support (MorphOne, MorphMany)
//! - `loaders` - Type-safe loading traits
//! - `utils` - Utility functions for container collections
// Re-export main types
pub use ;
pub use ;
pub use ;
pub use TypeSafeRelationshipLoader;
// Re-export utility functions under a namespace