1 2 3 4 5 6 7 8 9
mod clipboard; mod pretty_notes; mod string_check; mod title; pub use clipboard::{copy, get_paste}; pub use pretty_notes::pretty_notes; pub use string_check::string_check; pub use title::make_title;