A CLI which converts morse code to sound
Big shoutout to Br1ght0ne for guiding me how to use Rust on stream (https://twitch.tv/irevenko)
morse2sound "... --- ..."
morse2sound "... --- ..." --dot-duration 200 --frequency 300
morse2sound <input> --dot-duration <dot-duration> --frequency <frequency>
Contributions, issues and feature requests are welcome! π
Feel free to check open issues.
git clone https://github.com/irevenko/morse2sound.git
cd morse2sound
cargo run
- Writing CLI in pure Rust
- Rust error handling, traits, derives
- Add binary
(c) 2021 Ilya Revenko. MIT License