Skip to main content

Module panic_hook

Module panic_hook 

Source

Re-exports§

pub use crate::ErrorFmt;
pub use crate::ErrorFmtSettings;
pub use crate::ErrorReport;
pub use crate::SourceLocation;
pub use crate::StringError;
pub use crate::SubmitErrorReport;
pub use super::*;

Modules§

control
A couple of functions to enable and disable coloring.
customcolors
Custom colors support.

Structs§

ColoredString
A string that may have color and/or style applied to it.
CustomColor
Custom color structure, it will generate a true color in the result
Style
A combinatorial style such as bold, italics, dimmed, etc.

Enums§

Color
The 8 standard colors.
Styles
Enum containing all of the available style settings that can be applied to a Styles and by extension, a colrized type.

Traits§

Colorize
The trait that enables something to be given color.