Home
last modified time | relevance | path

Searched defs:toml (Results 1 – 2 of 2) sorted by relevance

/development/tools/external_crates/repo_config/src/
Dlib.rs50 let toml: RepoConfig = toml::from_str(read_to_string(config_file)?.as_str())?; in read() localVariable
/development/tools/external_crates/crate_config/src/
Dlib.rs53 let toml: CrateConfig = toml::from_str(read_to_string(config_file)?.as_str())?; in read() localVariable