pub async fn extract_includes(
    path: &PathBuf,
    include_dirs: &[PathBuf]
) -> Result<Vec<PathBuf>, Error>
Expand description

Given a C-like source, try to resolve includes.

Includes are generally of the form #include <name> or #include "name"