aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.rs
blob: c80546929c740fe362a926aabd9124e32c33e4e3 (plain) (blame)
1
2
3
4
5
6
7
pub struct Parser {}

impl Parser {
    pub fn new() -> Self {
        Parser {}
    }
}