charlesvdv / nom-bibtex

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

Is this project still maintained? #3

Closed XVilka closed 4 years ago

XVilka commented 4 years ago

There is a discussion in texlab about dropping the citeproc-js in favor of the Rust-based solution, and nom-bibtex was mentioned there. So I am curious about the state of the project and things missing.

charlesvdv commented 4 years ago

Hello @XVilka!

Thanks for considering nom-bibtex for your project! To be honest, the project was mostly to familiarise myself with nom and rust. I will gladly accept any pull requests that improve the lib but I don't think I will devote a lot of my time to fix bugs. I also tried to follow as closely as possible the spec but I'm not 100% sure it follows all the edge cases. You might want to test with a few of your tests containing bibtex just to be sure it will fit your need.

charlesvdv commented 4 years ago

@XVilka I will close the issue as it appears the discussion on texlab is closed.