Registry / other / nom-bibtex

nom-bibtex

JSON →
library0.6.0rscratesunverified

BibTeX parser using nom.

# Cargo.toml [dependencies] nom-bibtex = "0.6.0"
INSTALL
IMPORT
SIG · NOM-BIBTEX
N
nom-bibtex
otherrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bibtex
use nom_bibtex::Bibtex;

Parse a BibTeX string.

use nom_bibtex::Bibtex; fn main() -> Result<(), Box<dyn std::error::Error>> { let input = "@article{key, author = {Doe}}"; let bib = Bibtex::parse(input)?; println!("Parsed entries: {}", bib.entries().len()); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nom-bibtex — cargo add nom-bibtex · libregistry