ThatNerdUKnow / bruh

Bruh error type for rust, Re-export of the anyhow crate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bruh error type for rust, Re-export of the anyhow crate


Languages

Language:Rust 100.0%