igpay-atinlay

Crates.ioigpay-atinlay
lib.rsigpay-atinlay
version0.1.0
sourcesrc
created_at2021-04-11 05:24:01.370084
updated_at2021-04-11 05:24:01.370084
descriptionTranslate text to Pig Latin
homepage
repositoryhttps://github.com/BartMassey/igpay-atinlay
max_upload_size
id381891
size19,569
Bart Massey (BartMassey)

documentation

README

Maintenance CI crates-io api-docs

igpay-atinlay: convert text to Pig Latin

Bart Massey 2021 (version 0.1.0)

Text to Pig Latin conversion.

This crate began as a solution to Exercise 8.2 in The Rust Programming Language. The innocuous-looking phrase "Keep in mind the details about UTF-8 encoding!" in that exercise conceals a world of pain.

At the end of the day, Pig Latin is not a well-defined dialect. This program will produce questionable results for complicated cases and non-Romance languages (for which the underlying crate has no idea of extra vowels). It will probably produce nonsense answers on "exotic" languages.

Authors

License

This crate is made available under the "MIT license". Please see the file LICENSE in this distribution for license terms.

Acknowledgments

Thanks to the cargo-readme crate for generation of this README.

Commit count: 15

cargo fmt