crossref-rs
crossref-rs copied to clipboard
A rust client for the Crossref-API
Results
3
crossref-rs issues
Sort by
recently updated
recently updated
newest added
Hey, I tried using the API. This minimal example: ```rust use crossref::*; fn main() -> Result { let client = Crossref::builder().build()?; let works = client.works(WorksQuery::new("Itech").field_query(FieldQuery::author("Felix Knorr")))?; Ok(()) } ``` Will...
Hi, Thank you for maintaining one of the documented libraries for using the Crossref REST API. We’ve been working on a new version of the REST API, replacing the Solr...