error-utils-derive 0.1.3

Some rust proc-macros to simplify common error handling patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: MIT
//
// Copyright (c) 2022 Robert Oleynik

mod collection;
mod generics;
mod variant;

pub use collection::*;
pub use generics::*;
pub use variant::*;