English|中文
DotDash is a command-line tool written in Rust for encoding text to Morse code or decoding Morse code to text.
- Encode text to Morse code
- Decode Morse code to text
- Support for custom dot and dash characters
Go to the release page to download the program/package for your platform.
First, make sure you have the Rust toolchain installed. Then clone this repository and build the project:
git clone https://github.com/letr007/DotDash.git
cd DotDash
cargo build --release