1 2 3 4 5
pub mod morse; pub mod morse_code; pub use morse::Morse; pub use morse_code::{AMERICAN_MORSE, INTERNATIONAL_MORSE, MorseLang};