error_union 0.2.0

A library to simplify error handling in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod collection;
pub use collection::*;
pub mod r#match;
pub use r#match::*;
pub mod error_message;
pub mod error;
pub use error::*;

pub use error_message::*;

pub use const_panic::*;