bruh_moment

Crates.iobruh_moment
lib.rsbruh_moment
version0.1.1
sourcesrc
created_at2022-10-05 00:55:58.104641
updated_at2022-10-05 00:59:52.598997
descriptionRe-export of the anyhow crate, but with Bruh as the error type
homepage
repositoryhttps://github.com/ThatNerdUKnow/bruh
max_upload_size
id680247
size1,774
Brandon PiƱa (ThatNerdUKnow)

documentation

README

bruh_moment

Re-export of the fabulous error crate, anyhow

Usage

return Err(bruh!("Missing attribute: {}", missing));

or

pub fn fallible_function()->Result<_,Bruh>

Why?

I remembered that yeet was added to nightly rust so I thought that Bruh would be a funny name for an error type

Commit count: 5

cargo fmt