Skip to main content

read_project_paths

Function read_project_paths 

Source
pub fn read_project_paths(project_root: &Path) -> ProjectPaths
Expand description

v0.113: read bynk.toml from project_root. Returns the conventional layout (see ProjectPaths::conventional) if the file is missing or declares no [paths] include. Honours include / exclude under [paths], each an array of path strings; anything else is ignored. A minimal hand-rolled TOML reader — we only need string and string-array values here.