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.
```rust use nobitches::buildmegamind_meme;
let meme = buildmegamindmeme("No Unsafe Code?", None); meme.save("./meme.png").unwrap(); ```