Commit Graph

11 Commits

Author SHA1 Message Date
wuaoxiang
337c218965 Fix typos 2021-10-23 22:34:38 +02:00
Antoine PLASKOWSKI
d15a2669a8 Remove jemalloc for test 2021-10-23 09:41:41 +02:00
cenodis
18cc1d18b9 Remove Clone trait bound from fold parsers
Update documentation
2021-08-09 17:35:40 +02:00
Constantin Nickel
5a65658a95 fix edition idioms 2021-08-09 17:30:00 +02:00
Geoffroy Couprie
b52d460276 fmt 2020-10-24 15:19:14 +02:00
Geoffroy Couprie
af7d8feda4 Introduce the FromExternalError trait for map_res and verify
*breaking change*

this trait allows a custom error type to integrate errors from functions
like `FromStr::from_str`.
This is a breaking change because it modifies the API of `map_res` to
require this trait
2020-08-30 11:02:17 +02:00
Bastien Orivel
74bdbed6f9 Fix a few typos in the documentation 2020-05-30 12:06:40 +02:00
Geoffroy Couprie
afad7bf93e formatting 2020-04-10 11:08:18 +02:00
Nathan West
dba7d449c8 Added comment to string parser 2020-02-24 11:55:21 +01:00
Nathan West
6c15061f61 Fixed broken build on rust 1.31; extra comments 2020-02-24 11:55:21 +01:00
Nathan West
ffb4c6493c Added example for an escaped string parser 2020-02-24 11:55:21 +01:00