1 unstable release
0.1.0 | Dec 16, 2024 |
---|
#9 in #joke
139 downloads per month
5KB
A lightweight Rust library for generating random programming jokes with a special focus on Rust and its quirks. Lighten up your projects with some humor!
Rust Jokes 🎉🦀
rust-jokes
is a fun and simple library for Rustaceans and programming enthusiasts alike. It provides a collection of random programming jokes, with plenty of jabs at C++, quirky Rust humor, and general programming banter.
Features
- 🍀 Random joke generator
- 🦀 Rust-specific jokes for Rustaceans
- 🔥 Roast other programming languages (in good fun!)
Example Usage
use rust_jokes::get_random_joke;
fn main() {
println!("{}", get_random_joke());
}
Dependencies
~315KB