stock-trek 0.2.2

Stock Trek time-series analysis
Documentation
1
2
3
4
5
6
7
8
9
pub struct VerificationError {
    pub exit_code: u8,
    pub errors: Vec<String>,
}

pub const NO_SUCH_FILE: u8 = 1;
pub const PARSE_ERROR: u8 = 2;
pub const UNSUPPORTED_SYNTAX_ERROR: u8 = 3;
pub const UNSUPPORTED_PATH_ERROR: u8 = 4;