owoify_rs 1.1.0

This Rust port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar to what LeafySweet's infamous Chrome extension did.
Documentation
1
2
3
mod owoifiable;
pub use owoifiable::Owoifiable;
pub use owoifiable::OwoifyLevel;