Crates.io | latinify |
lib.rs | latinify |
version | 1.0.0 |
source | src |
created_at | 2022-05-21 18:34:44.672317 |
updated_at | 2022-05-21 18:34:44.672317 |
description | Just another super-simple Pig Latin translator... |
homepage | |
repository | https://github.com/poopsicles/latinify |
max_upload_size | |
id | 590809 |
size | 12,108 |
Just another super-typical Pig Latin translator...you already know what to expect 😂
A pretty simple bare-bones Pig Latin translator...that's literally it.
Pig Latin is a fun little "language" of sorts, where the meaning of words are obsufcated through bleeding-edge encryption techniques, rendering the sentence intelligible to the untrained eye.
But you wouldn't dare do that by hand, would you?
~/.cargo/bin
(Linux) or %USERPROFILE\.cargo\bin
(Windows).cargo install latinify
at a terminal and it'll be installed from crates.io.latinify
at a prompt$ latinify
Welcome to latinify! Type a sentence and press Return/Enter to get started...
> _
> Hello, World! It's a beautiful day today...
Ellohay, Orldway! Ithay'say ahay beautifulay dayay todayay...
> _
Typing :exit
will quit the interpreter.
$ git clone https://github.com/poopsicles/latinify
$ cd ./latinify
$ cargo build
./target/debug/latinify
This project is licensed under the MIT License, more details here.