1#![doc = include_str!("../README.md")]
2#![deny(missing_docs, unsafe_code)]
34mod debug_trait_only_req;
56pub use colored::Color; // Re-export as it is part of the public API to call functions in this lib
7pub use debug_trait_only_req::{eq_on_debug, print_second_if_different};