logerr 0.1.0

Seamless error type logging
Documentation
#[cfg(feature = "generic")]
mod generic;

#[cfg(feature = "std_errors")]
mod std;
#[cfg(feature = "anyhow")]
mod anyhow;