//! Core trait definitions for cmark-writer
//!
//! This module provides a well-organized trait hierarchy following SOLID principles
//! with clear separation of concerns.
// Re-export all public traits
pub use *;
pub use *;
pub use *;
pub use *;
/// Core node and content traits
/// Format and rendering traits
/// Node processing traits
/// Utility traits for error handling and configuration