pub fn scan_single_file(
vault_path: &Path,
absolute_path: &Path,
) -> Option<ScannedFile>Expand description
Scan a single file and return a ScannedFile if it’s a valid .md file.
pub fn scan_single_file(
vault_path: &Path,
absolute_path: &Path,
) -> Option<ScannedFile>Scan a single file and return a ScannedFile if it’s a valid .md file.