pub fn resolve_includes(
    text: &str,
    working_dir: &Path,
    include_dir: &Path
) -> Vec<Include>
Expand description

Extract resolved include directives from the specified text.