Skip to content

aholland909/rust-morse-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Morse Code Encoder

Convertor for strings into morse code

Building

cargo build

Running

cargo run "input string" 

Usage

Normal

$ cargo run "hello world" 

Input: hello world
Output: .... . .-.. .-.. --- / .-- --- .-. .-.. -..

Flags

  • Output sound flag -s

With sound output

$ cargo run "sounds output" -s

Input: sounds output
Output: ... --- ..- -. -.. ... / --- ..- - .--. ..- -

About

Rust morse code generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages