dothyphen 0.2.1

A simple ASCII to Morse translator.
Documentation

DotHyphen

A basic ASCII to Morse translator.

Usage

use dothyphen::translate;

let translated_string = translate("Hello World");
println!("{}", translated_string); // Should print .... . .-.. .-.. --- / .-- --- .-. .-.. -..

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.