1
2
3
4
5
use std::collections::BTreeMap;

pub struct ParseOptions {
    pub environment_values: BTreeMap<String, String>,
}