#morse #how #machine #run #order #found #morse-code

bin+lib light-morse

A library for Morse code implementation in Rust

3 unstable releases

Uses old Rust 2015

0.2.0 Apr 2, 2017
0.1.1 Mar 31, 2017
0.1.0 Mar 31, 2017

#15 in #morse

MIT license

7KB
102 lines

light-morse

A library for Morse code implementation in Rust.

Travis Crates.io license

Documentation

Getting Started

The following instructions will explain how to get any machine up-and-running for Rust and how to subsequently implement the library into a project.

Prerequisties

In order to run Rust on a local machine, the language has to be installed. A detailed description of how that is done, can be found on the official Rust page.

Implementation/Embedment

Add this to your Cargo.toml:

[dependencies]
light-morse = "0.1.1"

and this to your crate root:

extern crate light_morse;

use light_morse::*;

Tests

Enter the light-morse repository and run: cargo run --verbose

Versioning

SemVer applies for versioning. For the versions available, see the crate.

Authors

Acknowledgements

The topic for this library was inspired by the morse iOS application of Ilias Ennmouri.

No runtime deps