error_utils/
lib.rs

1// SPDX-License-Identifier: MIT
2//
3// Copyright (c) 2022 Robert Oleynik
4
5mod fail;
6mod handle;
7
8#[cfg(feature = "derive")]
9pub use error_utils_derive::Errors;