pub fn parse(text: &str) -> Result<File, String>
Parse config text. Exposed so a caller need not take a TOML dependency of its own just to build a File.
File