fail_whale

Crates.iofail_whale
lib.rsfail_whale
version0.1.0
sourcesrc
created_at2022-03-02 02:33:37.009368
updated_at2022-03-02 02:33:37.009368
descriptionEasily print a fail whale!
homepage
repositoryhttps://github.com/StephenMP/fail-whale
max_upload_size
id541932
size2,934
Stephen Porter (StephenMP)

documentation

README

fail-whale

▄████████████▄▐█▄▄▄▄█▌
█████▌▄▌▄▐▐▌██▌▀▀██▀▀
███▄█▌▄▌▄▐▐▌▀██▄▄█▌
▄▄▄▄█████████████

Easily print a fail whale

use fail_whale::*;

// When something bad happens
fail_whale::print();

/*
Prints to stdout
▄████████████▄▐█▄▄▄▄█▌
█████▌▄▌▄▐▐▌██▌▀▀██▀▀
███▄█▌▄▌▄▐▐▌▀██▄▄█▌
▄▄▄▄█████████████
*/
use fail_whale::*;

// When something bad happens
fail_whale::print_with_message("Oh no!");

/*
Prints to stdout
▄████████████▄▐█▄▄▄▄█▌
█████▌▄▌▄▐▐▌██▌▀▀██▀▀
███▄█▌▄▌▄▐▐▌▀██▄▄█▌
▄▄▄▄█████████████
Oh no!
*/
Commit count: 45

cargo fmt