// src/platform/mod.rs
//
// This module provides platform-specific functionality for text insertion.
// It handles window detection, cursor management, and keyboard simulation.
//
pub use InsertOptions;
pub use PlatformTextInserterHandler;
pub use StubTextInserter;
pub use TextInserter;
pub use EnigoTextInserter;