evil 0.2.2

this crate allows using the ? operator as a shorthand for .unwrap() 😈
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "evil"
description = "this crate allows using the ? operator as a shorthand for .unwrap() 😈"
repository = "https://github.com/nik-rev/evil"
authors = ["Nik Revenco <pm@nikrev.com>"]
version = "0.2.2"
license = "MIT OR Apache-2.0"
keywords = ["development", "eyre", "anyhow", "error", "error-handling"]
categories = ["rust-patterns", "development-tools", "no-std", "no-std::no-alloc", "development-tools::debugging"]
edition = "2024"

[features]
default = ["std"]
std = []