rust_jokes 0.1.0

A fun library for Rust jokes.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.16 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Amit22-yadav

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