owoify
A simple rust library for string owoification.
Inspired by:
Credits
- MashAllPotatoes - Regular expressions and some of the owo faces
Usage
Add this to Cargo.toml:
[]
= "0.1.5"
example.rs:
use OwOifiable;
A simple rust library for string owoification.
Inspired by:
Add this to Cargo.toml:
[dependencies]
owoify = "0.1.5"
example.rs:
use owoify::OwOifiable;
fn main() {
let text = String::from("euthanize me senpai!!");
println!("{}", text.owoify());
}