//! Character I/O abstraction for platform-agnostic input/output.
//!
//! The `CharIo` trait provides non-blocking character-level I/O operations.
/// Platform-agnostic character I/O trait.
/// Implementations provide non-blocking character I/O with platform-specific buffering.