error_battery_pack/
lib.rs

1//! # error-bp: Error Handling Battery Pack
2//!
3//! A curated collection of crates for error handling in Rust.
4//!
5//! ## Included crates
6//!
7//! - **anyhow** — easy error handling for applications
8//! - **thiserror** — derive macros for custom error types
9
10include!(concat!(env!("OUT_DIR"), "/facade.rs"));