code-smore 0.1.34

A morse code practice tool
1
2
3
4
5
#[allow(dead_code)]
pub struct Message {
    pub timestamp: String, // Timestamp in the format `YY-MM-DD HH:MM:SS`
    pub content: String,   // The actual message content
}