rust_wheel 0.1.13

A project to define some public component.
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Debug, PartialEq, PartialOrd, Eq)]
pub enum ChannelStatus {
    Backup = 0,
    Ok = 1,
    Unavaliable = -1,
    LowQuality = -3,
    URLError = -4,
    ParsedFailed = -5,
    UnknownRssType = -6,
}