charlesvdv / nom-bibtex

A feature complete bibtex parser using nom
https://docs.rs/nom-bibtex
MIT License
22 stars 15 forks source link

Clean-up the README code a bit #18

Closed coastalwhite closed 1 year ago

coastalwhite commented 1 year ago

This just uses a raw string which allows the quotes not be escaped.

charlesvdv commented 1 year ago

Do you mind also updating the rustdoc comment in the src/lib.rs file? So everything is kept aligned. Otherwise look good to me :)

coastalwhite commented 1 year ago

Done :smile: