Crate megamorse_core

Source
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§

MorseWord
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§

MorseCode
Enum representing a single Morse code symbol, either a dot or a dash.
MorseSequence
Enum representing a single playable Morse code time unit.