Crate meddl_translate[][src]

Expand description

Translate German to (almost) perfect Meddlfrängisch.

Usage

fn main() {
    println!("{}", meddl_translate::translate("Hallo"));
}

Examples

$ cargo run --example hallo
$ cargo run --example langer-text

Benchmark

$ cargo bench

You need to use Rust nightly for running the benchmark.

Functions

translate

This function translates a string slice from German to Meddlfrängisch.