A Zalgoifier for Rust.
https://nathaniel-daniel.github.io/zalgo-rs/zalgo
fn main() {
let ret = zalgo::zalgoify("Hello World!");
println!("{}", ret);
}
Name | Description | Default feature? |
---|---|---|
nightly |
Enable optimizations for random number generation. It may do more in the future. | No |
no-unsafe |
Don't use unsafe code directly in this library. |
Yes |