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
dalance
cb9772658d
Add SystemVerilog parser to parsers list
2020-01-07 17:45:32 +01:00
Adam Chalmers
03d3c55f92
Add to README.md's "Parsers written with nom"
...
Adding my crate, https://github.com/adamchalmers/fountain-rs
2020-01-07 17:40:49 +01:00
Robert Collins
d08367129f
Syn no longer uses nom
2019-06-13 21:39:49 +02:00
Geoffroy Couprie
f6dd765e6c
crate level docs and README update
2019-05-13 17:04:28 +02:00
Guillaume Gomez
78e7a92293
Add check for README.md rust code examples
2019-04-28 13:40:20 +02:00
Geoffroy Couprie
6771f4a902
raise the minimal rust version to 1.31
2019-04-27 18:54:42 +02:00
Geoffroy Couprie
cb9ef0d758
remove the verbose-errors feature
2019-04-10 16:30:48 +02:00
Geoffroy Couprie
faa5961aab
raise minimum supported version to 1.28.0
2019-03-23 13:01:37 +01:00
Geoffroy Couprie
16164fb652
update changelog and bump version to 4.2.0
2019-01-29 15:52:18 +01:00
Geoffroy Couprie
4175f4fb82
set the minimal Rust version to 1.24.1 to match lazy_static
2019-01-28 16:06:41 +01:00
hcpl
367d7842de
Mention minimum Rust in README
2018-12-30 11:53:24 +01:00
German Lashevich
a38d1dd59c
Fix typo in README.md
...
succintly → succinctly
2018-12-28 11:24:45 +01:00
fuerstenau
415a689bcd
Add gorrosion-gtp to known users
2018-12-14 15:57:52 +01:00
OZAWA Tsuyoshi
ae9e157cd9
Fix a link to the http11 sample code
2018-12-14 15:56:24 +01:00
Cout970
ee2b861ce9
Update README.md
2018-12-14 15:51:45 +01:00