Skip to content

Commit

Permalink
Update README.md (#1730)
Browse files Browse the repository at this point in the history
Add a parser written with nom: nom-exif.
  • Loading branch information
mindeng authored Apr 21, 2024
1 parent eecac90 commit 147f8f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,8 @@ Here is a (non exhaustive) list of known projects using nom:
[MIDI](https://github.com/derekdreery/nom-midi-rs),
[SWF](https://github.com/open-flash/swf-parser),
[WAVE](https://github.com/Noise-Labs/wave),
[Matroska (MKV)](https://github.com/rust-av/matroska)
[Matroska (MKV)](https://github.com/rust-av/matroska),
[Exif/Metadata parser for JPEG/HEIF/HEIC/MOV/MP4](https://github.com/mindeng/nom-exif)
- Document formats:
[TAR](https://github.com/Keruspe/tar-parser.rs),
[GZ](https://github.com/nharward/nom-gzip),
Expand Down

0 comments on commit 147f8f0

Please sign in to comment.