Skip to content

github-py/marseille

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marseille

image

- .... .
..-. .. --.- ... -
--.- ..- .-.. .
--- ..-.
- .... .
..-. .. ..- .... -
-.-. .-.. ..- .---
.. ...

Marseille is a plaintext-to-morse-code encoding library and command-line tool ('aka morsel).

Well, the CLI is really named morsel, primarily because it rhymes, OF COURSE.

Don't worry if you don't get do yourself a favor and find a restaurant that serves morsel mushrooms and feel a true delight.

Installing

make release

Usage

command-line

morsel string

Rust

use marseille::modulate;

const SS: &str = " ";
pub fn main() {
    let erst = "The first rule of the Fight Club is you do not talk about it";
    let stanza: String = String::from(erst);
    println!("{}", modulate(stanza, &SS))
}

Decoding

...TK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published