Command-line tool for generating bibtex from DOIs and arXiv IDs.
bash
cargo install d2b
arXiv identifiers:
```bash
d2b 1712.01815 ```
DOIs:
```bash
d2b 10.1145/359327.359336 ```
Multiple identifiers:
```bash
d2b 2105.11572 10.1145/359327.359336 ```
Identifiers are queried asynchronously. The resulting bibtex is returned in the order of input.