Expand description
Megamorse core library.
This library contains the core types used by the Megamorse library. There’s no need to use this library directly, as it is re-exported by the main Megamorse library.
Structs§
- Morse
Word - A struct representing a single morse code sequence that maps to a single character. For example, ‘a’, ‘0’ or ‘G’ all map to a single MorseWord.
Enums§
- Morse
Code - Enum representing a single Morse code symbol, either a dot or a dash.
- Morse
Sequence - Enum representing a single playable Morse code time unit.