DotHyphen

A basic ASCII to Morse translator.

Usage

```rust use dothyphen::translate;

let translatedstring = translate("Hello World"); println!("{}", translatedstring); // 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.