chillpill 0.2.0

A more powerful (and more restrictive) `std::panic::catch_unwind`
Documentation
[dependencies]

[lib]
name = "chillpill"
path = "src/lib.rs"

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
cognitive_complexity = "warn"
dbg_macro = "warn"
multiple_unsafe_ops_per_block = "forbid"
must_use_candidate = "allow"
todo = "warn"
too_long_first_doc_paragraph = "warn"
undocumented_unsafe_blocks = "forbid"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
use_self = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
single_use_lifetimes = "warn"
unnameable_types = "warn"
unsafe_code = "forbid"
unstable_features = "forbid"
unused_qualifications = "warn"

[lints.rust.deprecated_safe]
level = "warn"
priority = -1

[lints.rust.future_incompatible]
level = "warn"
priority = -1

[lints.rust.keyword_idents]
level = "warn"
priority = -1

[package]
authors = ["Isaac Chen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "A more powerful (and more restrictive) `std::panic::catch_unwind`"
documentation = "https://docs.rs/chillpill"
edition = "2024"
include = ["/src/", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-*"]
keywords = ["panic", "catch_unwind", "catch", "error-handling"]
license = "MIT OR Apache-2.0"
name = "chillpill"
readme = "README.md"
repository = "https://github.com/ijchen/chillpill"
rust-version = "1.85.0"
version = "0.2.0"