morse-lib 0.4.3

Library for coding/decoding Morse Code with multilanguage support
Documentation
1
2
3
4
5
6
7
#[derive(Debug, PartialEq, Clone)]
/// ## Units of Morse Code.
pub enum MorseUnit {
    Dot,
    Line,
    Whitespace, // End Of Word
}