third_party_rust_nom/examples
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
..
custom_error.rs Add custom errors example (#1151) 2020-05-30 11:55:38 +02:00
iterator.rs add more comments on the iterator example 2019-05-29 16:12:08 +02:00
json_iterator.rs formatting 2020-04-10 11:08:18 +02:00
json.rs formatting 2020-04-10 11:08:18 +02:00
macro.rs formatting 2020-04-10 11:08:18 +02:00
s_expression.rs formatting 2020-04-10 11:08:18 +02:00
string.rs Introduce the FromExternalError trait for map_res and verify 2020-08-30 11:02:17 +02:00