no-bitches

Crates.iono-bitches
lib.rsno-bitches
version0.1.0
sourcesrc
created_at2022-06-01 13:16:30.845729
updated_at2022-06-01 13:16:30.845729
descriptionmegamind meme megamind meme megamind meme megamind meme
homepagehttps://github.com/ewpratten/no-bitches-rs
repositoryhttps://github.com/ewpratten/no-bitches-rs
max_upload_size
id598218
size509,567
Evan Pratten (ewpratten)

documentation

https://docs.rs/no-bitches

README

NO BITCHES?

Crates.io Docs.rs Build Clippy Audit

Continuing on the meme theme of my last few projects.. A Rust library that generates megamind memes. Feel free to find some horrible way to integrate this into your own project. I designed it for use in a personal Discord bot.

Using

use no_bitches::build_megamind_meme;

let meme = build_megamind_meme("No Unsafe Code?", None);
meme.save("./meme.png").unwrap();
Commit count: 4

cargo fmt