| bits |
|
|
- |
| branch |
|
|
- |
| bytes |
|
|
- |
| character |
|
|
- |
| combinator |
|
|
- |
| error.rs |
Error management
Parsers are generic over their error type, requiring that it implements
the `error::ParseError<Input>` trait. |
25672 |
- |
| internal.rs |
Basic types to build the parsers |
13958 |
- |
| lib.rs |
|
15735 |
- |
| macros.rs |
|
1453 |
- |
| multi |
|
|
- |
| number |
|
|
- |
| sequence |
|
|
- |
| str.rs |
|
13621 |
- |
| traits.rs |
Traits input types have to implement to work with nom combinators |
35275 |
- |