Skip to content

ewpratten/no-bitches-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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