scitadel-export 0.1.0

BibTeX, JSON, and CSV exporters for scitadel search results.
Documentation
1
2
3
4
5
6
7
pub mod bibtex;
pub mod csv_export;
pub mod json_export;

pub use bibtex::export_bibtex;
pub use csv_export::export_csv;
pub use json_export::export_json;