8 个版本
| 0.2.0 | 2024年7月13日 | 
|---|---|
| 0.1.6 | 2023年6月7日 | 
| 0.1.5 | 2022年11月19日 | 
| 0.1.4 | 2022年9月11日 | 
| 0.1.0 | 2022年4月3日 | 
#721 在 开发工具 中
每月 137 次下载
在 bibget 中使用
14KB
87 行
doi2bib
从 DOI 生成 BibTeX 条目。
用法
let doi2bib = doi2bib::Doi2Bib::new().unwrap();
let bibtex = doi2bib.resolve_doi("10.1109/5.771073").await.unwrap();
println!("{}", bibtex);
// @article{Paskin_1999, 
//     title={Toward unique identifiers},
//     volume={87},
//     ISSN={0018-9219}, 
//     url={http://dx.doi.org/10.1109/5.771073},
//     DOI={10.1109/5.771073},
//     number={7},
//     journal={Proceedings of the IEEE},
//     publisher={Institute of Electrical and Electronics Engineers (IEEE)},
//     author={Paskin, N.},
//     year={1999},
//     month=jul,
//     pages={1208–1227}
// }
许可证
MIT 许可证下许可(LICENSE 或 https://open-source.org.cn/licenses/MIT)
依赖
~5–17MB
~241K SLoC