16 lines
433 B
Markdown
16 lines
433 B
Markdown
# VeriBib-rs (tri-target Rust)
|
|
|
|
- Crossref + OpenAlex lookups
|
|
- Portable TLS (reqwest+rustls)
|
|
- Emits annotated BibTeX (`x_status`, `x_confidence`, …)
|
|
- GitHub Actions matrix for Win/macOS/Linux
|
|
- Future note for Cosmopolitan APE in `.cargo/config.toml`
|
|
|
|
## Build
|
|
See `.github/workflows/build.yml` or run locally per target.
|
|
|
|
## Use
|
|
```
|
|
./veribib --string "Evans 1960" --context "bottlenose dolphin echolocation" --out out.bib
|
|
```
|