DotHyphen
A basic ASCII to Morse and vice versa translator.
Usage
use *;
let morse_string = to_morse;
println!; // Should print: .... . .-.. .-.. --- / .-- --- .-. .-.. -..
let ascii_string = to_morse;
println!; // Should print: Hello World
Contributing
DotHyphen is a part of Samuel, a project focused on learning how to use Rust to build a crate that can be used from other languages and multiple environments.
Please read the contributing guidelines and the contributing documentation to contribute to DotHyphen.
Moreover, you can use the Samuel Github Discussions.
All help will be appreciated.