owo-rs 1.0.0

make your logs more owo
Documentation
# 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
```