// The doc_auto_cfg feature is only available in nightly. It auto-marks items in documentation as
// dependent on specific features.
//-------- no_std stuff --------//
extern crate std;
//-------- Testing stuff --------//
//-------- Modules and exports--------//
pub use crate*;
// An Error type is just something that's Debug and Display