//! UI Adapters - Framework-specific implementations of UI traits
//!
//! This module provides adapters that implement sage-core's UI traits
//! for specific UI frameworks.
//!
//! Currently supported:
//! - `RnkEventSink` - Adapter for the rnk terminal UI framework
pub use RnkEventSink;