This Rust crate provides a custom result type that allows the ? operator to unwrap values from Results and Options by panicking on failure, mainly for simplifying tests and developer scripts.
How It Works
You're writing tests for your program, but handling possible failures makes the code too long and distracting.
You hear about a fun tool called 'evil' that lets you write much shorter tests by assuming things work.
You easily include this special helper into your project to simplify your test writing.
Now you use quick symbols in your tests to skip the long failure checks, and it shows exactly where issues happen.
You launch the tests, and they run smoothly or point right to the problem spot if something fails.
Your tests are now clean and short, letting you concentrate on checking your program's real behavior without extra hassle.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.