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开发工具

Download history 77/week @ 2024-04-24 26/week @ 2024-05-01 14/week @ 2024-05-08 10/week @ 2024-05-15 16/week @ 2024-05-22 8/week @ 2024-05-29 10/week @ 2024-06-05 6/week @ 2024-06-12 6/week @ 2024-06-19 10/week @ 2024-06-26 32/week @ 2024-07-03 166/week @ 2024-07-10 42/week @ 2024-07-17 46/week @ 2024-07-24 39/week @ 2024-07-31

每月 137 次下载
bibget 中使用

MIT 许可证

14KB
87

doi2bib

CI crates.io Documentation dependency status MIT

从 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 许可证下许可(LICENSEhttp://opensource.org/licenses/MIT

依赖

~5–17MB
~241K SLoC