rainbow-pest 0.1.0

Arc Readable Configuration Parser via Pest
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub struct RainbowError {
    kind: ErrorKind,
}

pub enum ErrorKind {}

pub struct Schema {}

impl Default for Schema {
    fn default() -> Self {
        Self {}
    }
}

impl Schema {}