owoify

Crates.ioowoify
lib.rsowoify
version0.1.5
sourcesrc
created_at2019-08-01 13:04:00.426435
updated_at2019-12-30 01:03:02.661958
descriptionText owoification library
homepage
repositoryhttps://github.com/EvilDeaaaadd/owoify
max_upload_size
id153438
size4,760
Agatha Lovelace (AgathaSorceress)

documentation

https://docs.rs/owoify/

README

owoify

A simple rust library for string owoification.
Inspired by:

Credits

Usage

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());
}

Documentation

Commit count: 25

cargo fmt