owo-rs
Based on the fine work from https://github.com/zuzak/owo
Add to project
Usage
use owo;
// H-hewwo?? Hewwo, wowwd! x3
Based on the fine work from https://github.com/zuzak/owo
cargo add owo-rs
use owo;
fn main() {
println!("{}", owo::owo("Hello, world!".to_string()))
}
// H-hewwo?? Hewwo, wowwd! x3