bibtex-parser 0.2.2

BibTeX parser for Rust
Documentation
@preamble{"This bibliography was generated on \today"}

This is a comment outside of any entry

@string{jan = "January"}
@string{feb = "February"}
@string{mar = "March"}

@string{acm = "Association for Computing Machinery"}
@string{ieee = "Institute of Electrical and Electronics Engineers"}

@Comment{
  This is a formal comment entry.
  It can span multiple lines.
}

@article{dijkstra1968,
  author = {Edsger W. Dijkstra},
  title = {{Go To Statement Considered Harmful}},
  journal = {Communications of the ACM},
  year = 1968,
  volume = 11,
  number = 3,
  pages = {147--148},
  month = mar
}

@InProceedings{goldberg1991,
  author = "David Goldberg",
  title = "What Every Computer Scientist Should Know About Floating-Point Arithmetic",
  booktitle = "ACM Computing Surveys",
  year = 1991,
  month = mar,
  publisher = acm,
  note = "Available at: \url{http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html}"
}

% Another inline comment

@book{cormen2009,
  author = {Thomas H. Cormen and Charles E. Leiserson and Ronald L. Rivest and Clifford Stein},
  title = {Introduction to Algorithms},
  year = {2009},
  isbn = {0262033844},
  publisher = {The MIT Press},
  edition = {3rd},
  month = {July}
}

@misc{berners-lee1989,
  author = {Tim Berners-Lee},
  title = {Information Management: A Proposal},
  year = 1989,
  month = mar,
  note = {CERN},
  howpublished = {\url{http://www.w3.org/History/1989/proposal.html}}
}

@PHDTHESIS{nash1950,
  author = {John Forbes Nash},
  title = {Non-Cooperative Games},
  school = {Princeton University},
  year = 1950,
  month = {May},
  note = {Department of Mathematics}
}

@techreport{turing1936,
  author = {Alan M. Turing},
  title = {On Computable Numbers, with an Application to the {E}ntscheidungsproblem},
  institution = {University of Cambridge},
  year = 1936,
  type = {Technical Report},
  note = {Reprinted in Proceedings of the London Mathematical Society}
}

@mastersthesis{shannon1937,
  author = {Claude E. Shannon},
  title = {A Symbolic Analysis of Relay and Switching Circuits},
  school = {Massachusetts Institute of Technology},
  year = 1937,
  note = {Department of Electrical Engineering}
}

@unpublished{fermat,
  author = {Pierre de Fermat},
  title = {Fermat's Last Theorem},
  note = {Margin note in Arithmetica, discovered posthumously},
  year = {1637}
}