unwrap_helpers 0.3.0

Helper macros for unwrapping.
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]

/// Imports loop unwrap macros into the library.
pub use loop_unwrap::*;
/// Imports unwrap_helpers macros into the library.
pub use unwrap_helpers_proc_macros::*;