Annoy your friends with the cringified text
cargo install cringify
cringify [OPTIONS]
cringify --string 'Rust is for hippies' --prefix 'Java boomer said: '
Output
Java boomer said: rUsT Is fOr hIpPiEs
-h, --help Prints help information
-V, --version Prints version information
-p, --prefix <prefix> Prefix value for the string
-s, --string <string> The main string to be cringified
Made with ❤ and rust btw.