ewe 0.2.0

Error-Wrapping Extensions (EWE): utilities for application-layer errors
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(not(feature = "std"), no_std)]
#![warn(missing_docs)]

// This is allowed across the board because matching on bool is more compact and easier to read than 
// if/else. Obviously this is subjective, but that is exactly why this lint should not exist.
//#![allow(clippy::match_bool)]

//! # Ewe: **E**rror-**W**rapping **E**xtensions