libutils-issue 0.1.2

A easy-to-use customizable error type
Documentation
1
2
3
4
5
6
7
8
9
10
11
//^
//^ SEVERITY
//^

//> SEVERITY -> ENUM
#[derive(Debug)]
pub enum Severity {
    Warning,
    Error,
    Critical
}