1 2 3 4 5 6
pub mod input; pub use crate::domain::text::{ convert::convert_selection, last_word::{convert_last_sequence, convert_last_word}, };