morse_rs
A simple Morse code translator written in Rust, with the ability to write Morse code to WAV files.
Features
- Translate text to Morse code and vice versa
- Generate WAV files from Morse code sequences
Installation
Add this to your Cargo.toml:
[]
= "0.1"
Usage
converts a string to morse then writes the encoded message into a wav file.
use ;
TODO
- Decode morse from sound
- Add proper rust like error return types