rust-switcher 1.0.12

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
6
7
8
9
pub mod input;

pub use crate::domain::text::{
    convert::{convert_selection, smart_convert_selection},
    last_word::{
        convert_last_sequence, convert_last_word, smart_convert_last_sequence,
        smart_convert_last_word,
    },
};