d2b

Crates.iod2b
lib.rsd2b
version0.1.5
sourcesrc
created_at2021-09-05 02:02:00.057497
updated_at2021-09-07 05:09:06.888089
descriptionCommand-line tool for generating bibtex from DOI or arXiv IDs.
homepage
repositoryhttps://github.com/al-jshen/d2b
max_upload_size
id447011
size47,947
Jeff Shen (al-jshen)

documentation

README

d2b

Command-line tool for generating bibtex from DOIs and arXiv IDs.

Installation

cargo install d2b

Examples

arXiv identifiers:

> d2b 1712.01815

DOIs:

> d2b 10.1145/359327.359336

Multiple identifiers:

> d2b 2105.11572 10.1145/359327.359336

Identifiers are queried asynchronously. Duplicates are removed.

Example formats:

Commit count: 26

cargo fmt