6 releases
0.1.5 | Nov 19, 2022 |
---|---|
0.1.4 | Sep 11, 2022 |
0.1.3 | Jul 9, 2022 |
0.1.0 | Apr 3, 2022 |
#3 in #biblatex
92 downloads per month
Used in bibget
11KB
77 lines
doi2bib
Generate a bibtex entry from a doi.
Usage
let doi2bib = doi2bib::Doi2Bib::new().unwrap();
let bibtex = doi2bib.resolve_doi("10.1109/5.771073").await.unwrap();
println!("{}", bibtex);
// @article{Yu_2013,
// doi = {10.1038/nature12097},
// url = {https://doi.org/10.1038%2Fnature12097},
// year = 2013,
// month = {apr},
// publisher = {Springer Science and Business Media {LLC}},
// volume = {497},
// number = {7448},
// pages = {196--197},
// author = {Shannon F. Yu and Mary K. Baylies},
// title = {Death brings new life to muscle},
// journal = {Nature}
// }
License
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)
Dependencies
~4–12MB
~262K SLoC