Add parser for names in bibliographies

This commit is contained in:
Patrick Förster 2019-11-28 17:03:51 +01:00
parent 2cd075afe4
commit ed4cfb6a4f
17 changed files with 906 additions and 6078 deletions

View file

@ -103,4 +103,4 @@ pub async fn convert(input: String, from: InputFormat, to: OutputFormat) -> Stri
let data = fs::read(output_path).await.unwrap();
String::from_utf8_lossy(&data).into_owned()
}
}
}