/// Formatting engine and traits for custom formatting.
// Internal formatting helpers for low-level formatting operations.
/// Trait for implementing custom formatting for user types.
///
/// Implement this trait to provide custom formatting logic for your type.