Function include_graph::dependencies::cparse::extract_includes
source · 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"