rust_jokes

Crates.iorust_jokes
lib.rsrust_jokes
version0.1.0
created_at2024-12-16 07:25:46.579233+00
updated_at2024-12-16 07:25:46.579233+00
descriptionA fun library for Rust jokes.
homepage
repository
max_upload_size
id1484686
size4,219
(Amit22-yadav)

documentation

README

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());
}
Commit count: 0

cargo fmt