bibtex-parser 0.2.3

BibTeX parser for Rust
Documentation
% This is a simple BibTeX file for testing

@string{dk = "Donald E. Knuth"}
@string{ap = "Annalen der Physik"}

@article{einstein1905,
    author = "Albert Einstein",
    title = {Zur Elektrodynamik bewegter Körper},
    journal = ap,
    volume = 322,
    number = 10,
    pages = "891--921",
    year = 1905
}

@book{knuth1984,
    author = dk,
    title = "The {TeX}book",
    publisher = "Addison-Wesley",
    year = 1984
}