morse-nostd 0.1.2

A nostd version of the morse crate
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented2 out of 3 items with examples
  • Size
  • Source code size: 16.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.14 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ewpratten

Morse code translator crate

Crates.io Documentation

Provides functionality for encoding and decoding text to and from a morse code representation.

Installation

From Crates.io

cargo install morse

From Source

git clone https://github.com/NuclearCookie/morse
cd morse
cargo install --path .