-
Notifications
You must be signed in to change notification settings - Fork 836
Open
Description
These modules provide universal implementation of the parser combinators. Meanwhile, complete
and streaming
submodules provide the particular implementations, which might potentially be different from universal (implemented manually/inlined), rather than reference a universal implementation.
Therefore, the doc tests neither perform checks of the universal implementations, nor they show how to use the universal implementation.
For instance:
Line 34 in a44b52e
/// use nom::bytes::streaming::tag; |
Line 102 in a44b52e
/// use nom::bytes::streaming::tag_no_case; |
Line 90 in a44b52e
/// # use nom::character::streaming::char; |
Line 147 in a44b52e
/// # use nom::character::complete::satisfy; |
Metadata
Metadata
Assignees
Labels
No labels