| Crates.io | rust_jokes |
| lib.rs | rust_jokes |
| version | 0.1.0 |
| created_at | 2024-12-16 07:25:46.579233+00 |
| updated_at | 2024-12-16 07:25:46.579233+00 |
| description | A fun library for Rust jokes. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1484686 |
| size | 4,219 |
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 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.
use rust_jokes::get_random_joke;
fn main() {
println!("{}", get_random_joke());
}