rust-switcher 1.0.11

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
pub use crate::input::ring_buffer::{
    InputRun, LayoutTag, RunKind, RunOrigin, mark_last_token_autoconverted, push_run, push_runs,
    take_last_layout_run_with_suffix, take_last_layout_sequence_with_suffix,
    take_last_programmatic_sequence_with_suffix,
};