Commit Graph

201 Commits

Author SHA1 Message Date
Carter
1a686f5180 feat(readme): add Wordle result parser to list 2022-05-21 16:12:03 +02:00
francois joubert
eb148c1c90 Add a table of content to the readme file. 2022-05-21 16:10:56 +02:00
Eric
5074124339 Update README.md 2022-03-14 22:26:32 +01:00
Eric
189a601b5f Update README.md 2022-03-14 22:26:32 +01:00
Xiretza
addc306ba5 README: mention "MSRV" keyword for better discoverability
Currently, grepping the codebase for "MSRV" yields only a changelog
entry that doesn't point toward the actually relevant section in the
README.
2022-03-14 22:21:03 +01:00
pxeger
7f2531df64 update links pointing to master -> main 2022-03-14 22:12:11 +01:00
Tamo
cbd6777663 Add Meilisearch to the list of project using nom
Since this PR in milli https://github.com/meilisearch/milli/pull/400 and its integration in [Meilisearch v0.24.0](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.24.0) we use nom to parse our [filter](https://docs.meilisearch.com/reference/features/filtering_and_faceted_search.html#filtering-and-faceted-search)
2022-03-14 21:55:08 +01:00
SphinxKnight
3e32bb8411 Rewrite URL to complete fcd27b5 2022-03-14 21:54:09 +01:00
SphinxKnight
16963d82fc Typofix - dead link
I was just browsing out of curiosity and this link failed due to an apparent refactoring.
Let me know if something else is needed here :)
2022-03-14 21:54:09 +01:00
homersimpsons
02433c2c98 Readme: Fix coverage badge 2021-10-25 20:59:45 +02:00
Gungy2
e1cf43a6fc
Add pseudocode interpreter to the list of projects (#1400)
Co-authored-by: Geoffroy Couprie <geo.couprie@gmail.com>
2021-09-25 16:28:36 +02:00
Strytyp
babec7cc6c Update README.md
Add Wasm parser.
2021-09-25 16:16:54 +02:00
Constantin Nickel
cff46ba829 Replace build status badge 2021-08-21 20:13:31 +02:00
Geoffroy Couprie
a7a23d9dec update the MSRV to 1.48
Debian 11.0 Bullseye was released on 2021-08-14, and it provides rustc
in version 1.48: https://packages.debian.org/search?keywords=rustc

While nom 7 can still build for Rust 1.41.1, the latest stable release
of Debian is enough as a support limit
2021-08-21 12:13:43 +02:00
Geoffroy Couprie
ef5e0bbc9b raise MSRV to 1.46
bitflags in lexical will not compile below 1.46
2021-08-13 14:47:03 +02:00
Geoffroy Couprie
43c62fd0be compile on 1.41.1 without lexical
lexical is now integrating a version of bitflags that is incompatible
with Rust 1.41.1
2021-08-13 12:57:17 +02:00
Guillaume
e6ff424afa [bench] http: function parser, fix deprecated bench 2021-08-05 16:20:15 +02:00
Geoffroy Couprie
a59ff75e23 remove the bitvec input type
bitvec integration has caused some dependency issues, that were solved,
but still raises the minimum rust version significantly, which will be
problematic for some distributions like Debian.

The input traits implementations for bitvec types have been moved to the
nom-bitvec crate, so we can keep the functionality without affecting
basic nom usage
2021-07-25 17:57:23 +02:00
Geoffroy Couprie
b8a4049e04 mention MSRV for bitvec 2021-06-24 16:52:45 +02:00
Geoffroy Couprie
eb4c4b8497 raise the memchr version
breaking change: this raises the MSRV to Rust 1.41.1
2021-06-24 16:17:07 +02:00
Lewis Belcher
9bc1712e61 Fix typo "assemble then" -> "assemble them" 2021-06-19 12:17:38 +02:00
Sacha Arbonel
4c175ef75e Update README.md 2021-01-23 17:08:03 +01:00
Geoffroy Couprie
c31d99245c add a contributor list image 2020-11-24 11:44:52 +01:00
Do Duy
40440c72d3 Add prometheus parser 2020-11-24 10:14:05 +01:00
toshokan
e4ec71bf38 Add D-Bus parser to README 2020-11-24 10:12:44 +01:00
Geoffroy Couprie
e7b080877a v6.0.0 2020-10-31 22:24:56 +01:00
Geoffroy Couprie
f97587997d URI parser 2020-10-24 18:23:10 +02:00
Geoffroy Couprie
6dec9fec9c add matroska parser 2020-10-24 11:50:08 +02:00
Geoffroy Couprie
57e78e7ff9 display example parsers as one line 2020-10-24 11:42:59 +02:00
Geoffroy Couprie
2e58a2cc2c add SIP to the list of examples 2020-10-24 11:36:44 +02:00
Geoffroy Couprie
8a4efe51e3 the regexp_macros is not used anymore
fix the issues related unit tests that were not compiled anymore
2020-10-11 16:12:42 +02:00
Geoffroy Couprie
120c36e9f2 raise the minimum supported version
Bitvec works from Rust 1.44.0
2020-10-07 15:29:18 +02:00
Chip Senkbeil
3e19239def Add vimwiki parser and associated macro library 2020-10-07 14:48:11 +02:00
Geoffroy Couprie
ab9c7ff197 add link to a MySQL binary log format parser 2020-08-30 15:12:43 +02:00
Tianyi Shi
42248ee1b5 Add PDB parser to README.md
I have just started making a parser for PDB (protein data bank format) files.
2020-08-30 11:05:15 +02:00
Tianyi Shi
e458dea6b3 New parser using nom to be shown in README.md
I've implemented a [FASTA parser](https://github.com/TianyiShi2001/nom-fasta) using nom.
2020-08-23 17:17:31 +02:00
James Harrison
9fce925840
Add OTDR file parser to README (#1168)
Co-authored-by: Geoffroy Couprie <contact@geoffroycouprie.com>
2020-08-22 12:17:16 +02:00
Colin Woodbury
f7a28aecc0 Mention versions in README 2020-08-22 12:12:21 +02:00
Matthew Stadelman
60fce4c850 Add ANT FIT parser to README 2020-05-30 12:05:37 +02:00
nnt
4a95dfa532
Fixing a lot of minor issues & inconsistencies in the documentation (#1143) 2020-05-30 11:53:44 +02:00
Geoffroy Couprie
563bf0c4d1 raise the minimum Rust version to 1.37
this is caused by the static_assertions dependency of lexical-core
2020-04-10 15:01:52 +02:00
Bruno Kirschner
78a5b83803 Remove stabilized alloc feature gate.
The feature got stabilized in rustc v1.36 and it is therefore possible
to remove the feature gate and compile the crate with `alloc` feature
enabled with the stable toolchain.

... fixes #1038
2020-04-08 10:13:49 +02:00
Alexis Merelo
75cae01ac7
Add CSML to "Programming languages" list (#1117)
Co-authored-by: Geoffroy Couprie <contact@geoffroycouprie.com>
2020-04-06 14:14:40 +02:00
Pierre Chifflier
402260bf1f README: add links to HTTP, URI and Gameboy parsers 2020-04-06 11:28:41 +02:00
Pierre Chifflier
c1ca77a399 README: add links to Python and Turtle parsers 2020-04-06 11:28:41 +02:00
Pierre Chifflier
59c05c3033 README: remove mention to redis parser, not using nom 2020-04-06 11:28:41 +02:00
Pierre Chifflier
84d390f490 Add more parsers to README 2020-04-06 11:28:41 +02:00
Geoffroy Couprie
41f461f0a1 update the IRC channel 2020-03-05 09:35:34 +01:00
Charles Samborski
adad403223 Add link to SWF parser
This commit adds a link to Open Flash's SWF parser implemented using nom. The parser was recently updated to nom 5 add provides a good example for parsing a fairly complex binary format.
2020-01-07 18:12:07 +01:00
Ihor Antonov
acd65df3f8 fix imap repo url 2020-01-07 17:52:13 +01:00