pub async fn resolve_pdf_async_with_report(
doi: Option<&str>,
url: Option<&str>,
title: Option<&str>,
config: &ResolverConfig,
) -> ResolveReportExpand description
Async version with detailed per-source reporting.
pub async fn resolve_pdf_async_with_report(
doi: Option<&str>,
url: Option<&str>,
title: Option<&str>,
config: &ResolverConfig,
) -> ResolveReportAsync version with detailed per-source reporting.