1
2
3
4
5
#[derive(Clone)]
pub struct ParserSettings {
    pub start_token: String,
    pub end_token: String,
}