1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# owo-rs Based on the fine work from https://github.com/zuzak/owo ## Add to project ```sh cargo add owo-rs ``` ## Usage ```rust use owo; fn main() { println!("{}", owo::owo("Hello, world!".to_string())) } // H-hewwo?? Hewwo, wowwd! x3 ```