pub fn fixture_str(path: &str) -> Option<&'static str>
Return an embedded fixture’s UTF-8 contents by relative path, e.g. fixture_str("crossref/journal_article.json"). Returns None if the file is absent or not valid UTF-8.
fixture_str("crossref/journal_article.json")
None