wsl-clip-core 0.5.1

Core library for wsl-clip clipboard bridge
Documentation
// <FILE>wsl_clip_core/src/lib.rs</FILE> - <DESC>Core library entry and module wiring for wsl-clip</DESC>
// <VERS>VERSION: 3.2.0 - 2025-12-08T00:00:00Z</VERS>
// <WCTX>CLI orchestration relocated to orc_bridge_cli; lib stays thin.</WCTX>
// <CLOG>Expose run() from orchestration module; retain module exports for core features.</CLOG>

pub mod classifier;
pub mod clipboard;
pub mod config;
pub mod debug_config;
pub mod debug_logger;
pub mod bridge;
pub mod fnc_tree_renderer;
pub mod fnc_walker;
pub mod orc_bridge_cli;
pub mod orc_bridge_runtime;
pub mod paths;
pub mod text_processor;

pub use crate::orc_bridge_cli::run;

// <FILE>wsl_clip_core/src/lib.rs</FILE> - <DESC>Core library entry and module wiring for wsl-clip</DESC>
// <VERS>END OF VERSION: 3.2.0 - 2025-12-08T00:00:00Z</VERS>