#joke #fun #random

rust_jokes

A fun library for Rust jokes

1 unstable release

0.1.0 Dec 16, 2024

#9 in #joke

Download history 135/week @ 2024-12-15 4/week @ 2024-12-22

139 downloads per month

MIT license

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