Skip to content

Commit

Permalink
New parser using nom to be shown in README.md
Browse files Browse the repository at this point in the history
I've implemented a [FASTA parser](https://github.com/TianyiShi2001/nom-fasta) using nom.
  • Loading branch information
TianyiShi2001 authored and Geal committed Aug 23, 2020
1 parent 3a61f24 commit e458dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ Here is a (non exhaustive) list of known projects using nom:
* [Cronenberg](https://github.com/ayrat555/cronenberg)
* [XFS Runtime Stats](https://github.com/ChrisMacNaughton/xfs-rs)
* [CSV](https://github.com/GuillaumeGomez/csv-parser)
* [FASTA](https://github.com/TianyiShi2001/nom-fasta)
* [FASTQ](https://github.com/elij/fastq.rs)
* [INI](https://github.com/Geal/nom/blob/master/tests/ini.rs)
* [ISO 8601 dates](https://github.com/badboy/iso8601)
Expand Down

0 comments on commit e458dea

Please sign in to comment.