pub type Sources = BTreeMap<PathBuf, Source>;
An ordered list of files and their source
pub struct Sources { /* private fields */ }