use *;
/// See documentation for [`cu::cli`](../pistonite-cu/cli/index.html) module
/// Derive the [`cu::Parse`](../pistonite-cu/trait.Parse.html) trait
/// Attribute macro for wrapping a function with an error context
///
/// See the [tests](https://github.com/Pistonite/cu/blob/main/packages/copper/tests/error_ctx.rs)
/// for examples