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