Crates.io | panic-at-the-disco-rs |
lib.rs | panic-at-the-disco-rs |
version | 1.0.0 |
source | src |
created_at | 2023-12-29 17:29:18.031731 |
updated_at | 2023-12-29 17:29:18.031731 |
description | This is a meme crate that plays the song "Hey Look Ma, I Made It!" and prints "🎩 Hey Look Ma, I Made It! 🕺" to the console before panicking. |
homepage | |
repository | https://github.com/ptourne/panic-at-the-disco-rs |
max_upload_size | |
id | 1083505 |
size | 136,961 |
panic!("at the disco")
- RustThis crate is a simple panic handler that plays the song "Hey Look Ma, I Made It!" and prints 🎩 Hey Look Ma, I Made It! 🕺
to the console before panicking.
This is a meme crate and should not be used in production.
To use it, you can add it to your dependencies in your Cargo.toml
file.
Cargo.toml
/* ... */
[dependencies]
panic-at-the-disco-rs = { path = "../panic-at-the-disco-rs/"}
main.rs
use panic_at_the_disco_rs::panic;
fn main() {
panic!("Oh no!");
}
This crate is available on Github at https://github.com/ptourne/panic-at-the-disco-rs
This crate is not associated by any means with the producers, publishing label, writers, or artists of the song "Hey Look Ma, I Made It!" by Panic! at the Disco. All rights to the song belong to their respective owners.