Crates.io | no-bitches |
lib.rs | no-bitches |
version | 0.1.0 |
source | src |
created_at | 2022-06-01 13:16:30.845729 |
updated_at | 2022-06-01 13:16:30.845729 |
description | megamind meme megamind meme megamind meme megamind meme |
homepage | https://github.com/ewpratten/no-bitches-rs |
repository | https://github.com/ewpratten/no-bitches-rs |
max_upload_size | |
id | 598218 |
size | 509,567 |
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.
use no_bitches::build_megamind_meme;
let meme = build_megamind_meme("No Unsafe Code?", None);
meme.save("./meme.png").unwrap();