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
4
5
mod interleave_arrays;
mod mappings;
mod presets;
pub(crate) use interleave_arrays::interleave_arrays;
pub(crate) use presets::*;