ez-err 0.1.3

A simple error handling library with support for ergonomic and fast error handling.
Documentation
1
2
3
4
5
6
//! A common set of types needed for a meaningful use of ez-err.

pub use crate::bail;
pub use crate::core::*;
pub use crate::flc;
pub use crate::slice_ext::*;