diff --git a/Cargo.toml b/Cargo.toml
index 0123fec..ddaa3c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,8 @@ nom = "7"
[dev-dependencies]
nom = "7"
+proptest = "1.10.0"
+
+[[test]]
+name = "property"
+path = "tests/property/mod.rs"
diff --git a/nom.tags b/nom.tags
new file mode 100644
index 0000000..5406896
--- /dev/null
+++ b/nom.tags
@@ -0,0 +1,1080 @@
+!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
+!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
+!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
+!_TAG_OUTPUT_FILESEP slash /slash or backslash/
+!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
+!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
+!_TAG_PROC_CWD /home/egb2/git/MiniC/ //
+!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
+!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
+!_TAG_PROGRAM_URL https://ctags.io/ /official site/
+!_TAG_PROGRAM_VERSION 5.9.0 //
+A /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^impl, A: Parser>$/;" c
+Alpha /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Alpha,$/;" e enum:ErrorKind
+AlphaNumeric /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ AlphaNumeric,$/;" e enum:ErrorKind
+Alt /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^pub trait Alt {$/;" i
+Alt /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Alt,$/;" e enum:ErrorKind
+And /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser$/;" c
+And /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub struct And {$/;" s
+AndThen /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O1, O2, E, F: Parser, G: Parser> Parser$/;" c
+AndThen /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub struct AndThen {$/;" s
+AsBytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait AsBytes {$/;" i
+AsChar /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait AsChar {$/;" i
+B /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^struct B {$/;" s
+Big /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/mod.rs /^ Big,$/;" e enum:Endianness
+Box /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O, E> Parser for Box + 'a> {$/;" c
+C /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^struct C {$/;" s
+CHARS /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^static CHARS: &[u8] = b"0123456789abcdef";$/;" v
+Char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Char(char),$/;" e enum:VerboseErrorKind
+Char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Char,$/;" e enum:ErrorKind
+Compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait Compare {$/;" i
+CompareResult /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub enum CompareResult {$/;" g
+Complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Complete,$/;" e enum:ErrorKind
+Context /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Context(&'static str),$/;" e enum:VerboseErrorKind
+ContextError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ContextError for () {}$/;" c
+ContextError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub trait ContextError: Sized {$/;" i
+Count /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Count,$/;" e enum:ErrorKind
+CrLf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ CrLf,$/;" e enum:ErrorKind
+CustomError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^impl From for CustomError {$/;" c
+CustomError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^impl ParseError for CustomError {$/;" c
+CustomError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^struct CustomError;$/;" s
+Digit /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Digit,$/;" e enum:ErrorKind
+Done /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^ Done,$/;" e enum:State
+Endianness /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/mod.rs /^pub enum Endianness {$/;" g
+Eof /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Eof,$/;" e enum:ErrorKind
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err<(&[u8], ErrorKind)> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err<(&str, ErrorKind)> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Eq for Err {}$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Error for Err$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl fmt::Display for Err$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err<(T, ErrorKind)> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Err> {$/;" c
+Err /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub enum Err {$/;" g
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl FromExternalError for Error {$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl std::error::Error for Error {}$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl fmt::Display for Error {$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ContextError for Error {}$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl Error {$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ParseError for Error {$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub struct Error {$/;" s
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ Error(E),$/;" e enum:Err
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ Error,$/;" e enum:CompareResult
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert> for error::Error {$/;" c
+Error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert> for error::Error<(I, usize)> {$/;" c
+ErrorConvert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert<()> for () {$/;" c
+ErrorConvert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait ErrorConvert {$/;" i
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ErrorKind {$/;" c
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl FromExternalError for (I, ErrorKind) {$/;" c
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ContextError for (I, ErrorKind) {}$/;" c
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ParseError for (I, ErrorKind) {$/;" c
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub enum ErrorKind {$/;" g
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert<((I, usize), ErrorKind)> for (I, ErrorKind) {$/;" c
+ErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert<(I, ErrorKind)> for ((I, usize), ErrorKind) {$/;" c
+ErrorStr /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^impl From for ErrorStr {$/;" c
+ErrorStr /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^impl<'a> From<&'a str> for ErrorStr {$/;" c
+ErrorStr /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^impl ParseError for ErrorStr {$/;" c
+ErrorStr /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^pub struct ErrorStr(String);$/;" s
+Escaped /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Escaped,$/;" e enum:ErrorKind
+EscapedTransform /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ EscapedTransform,$/;" e enum:ErrorKind
+ExtendInto /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait ExtendInto {$/;" i
+Extender /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Extender = String;$/;" t implementation:char
+Extender /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Extender = String;$/;" t implementation:str
+Extender /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Extender = Vec;$/;" t implementation:u8
+Extender /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Extender;$/;" t interface:ExtendInto
+F /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O, E, F> Parser for F$/;" c
+F /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/mod.rs /^impl, F: Parser>$/;" c
+Fail /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Fail,$/;" e enum:ErrorKind
+Failure /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^ Failure(E),$/;" e enum:State
+Failure /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ Failure(E),$/;" e enum:Err
+FindSubstring /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait FindSubstring {$/;" i
+FindToken /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait FindToken {$/;" i
+Finish /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub trait Finish {$/;" i
+Fix /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Fix,$/;" e enum:ErrorKind
+FlatMap /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> H, H: Parser> Parser {$/;" s
+Float /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Float,$/;" e enum:ErrorKind
+FromExternalError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl FromExternalError for () {$/;" c
+FromExternalError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub trait FromExternalError {$/;" i
+HexDigit /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ HexDigit,$/;" e enum:ErrorKind
+HexDisplay /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait HexDisplay {$/;" i
+IResult /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Finish for IResult {$/;" c
+IResult /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub type IResult> = Result<(I, O), Err>;$/;" t
+Incomplete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^ Incomplete(Needed),$/;" e enum:State
+Incomplete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ Incomplete(Needed),$/;" e enum:Err
+Incomplete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ Incomplete,$/;" e enum:CompareResult
+InputIter /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait InputIter {$/;" i
+InputLength /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait InputLength {$/;" i
+InputTake /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait InputTake: Sized {$/;" i
+InputTakeAtPosition /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait InputTakeAtPosition: Sized {$/;" i
+Into /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<$/;" c
+Into /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub struct Into, E1, E2: From> {$/;" s
+IsA /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ IsA,$/;" e enum:ErrorKind
+IsNot /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ IsNot,$/;" e enum:ErrorKind
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^ type Item = Output;$/;" t
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item = ::Item;$/;" t implementation:T
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item = char;$/;" t implementation:char
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item = char;$/;" t implementation:str
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item = u8;$/;" t implementation:u8
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item;$/;" t interface:ExtendInto
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item;$/;" t interface:InputIter
+Item /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Item;$/;" t interface:InputTakeAtPosition
+Iter /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Iter = CharIndices<'a>;$/;" t implementation:str
+Iter /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Iter = Enumerate;$/;" t implementation:u8
+Iter /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type Iter: Iterator- ;$/;" t interface:InputIter
+IterElem /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type IterElem = Chars<'a>;$/;" t implementation:str
+IterElem /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type IterElem = Copied>;$/;" t implementation:u8
+IterElem /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ type IterElem: Iterator
- ;$/;" t interface:InputIter
+LengthValue /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ LengthValue,$/;" e enum:ErrorKind
+LengthValueFn /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ LengthValueFn,$/;" e enum:ErrorKind
+Little /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/mod.rs /^ Little,$/;" e enum:Endianness
+Many0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Many0,$/;" e enum:ErrorKind
+Many0Count /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Many0Count,$/;" e enum:ErrorKind
+Many1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Many1,$/;" e enum:ErrorKind
+Many1Count /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Many1Count,$/;" e enum:ErrorKind
+ManyMN /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ ManyMN,$/;" e enum:ErrorKind
+ManyTill /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ ManyTill,$/;" e enum:ErrorKind
+Map /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I, O1, O2, E, F: Parser, G: Fn(O1) -> O2> Parser for Map /;" c
+Map /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub struct Map {$/;" s
+MapOpt /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ MapOpt,$/;" e enum:ErrorKind
+MapRes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ MapRes,$/;" e enum:ErrorKind
+MultiSpace /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ MultiSpace,$/;" e enum:ErrorKind
+Native /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/mod.rs /^ Native,$/;" e enum:Endianness
+Needed /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl Needed {$/;" c
+Needed /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub enum Needed {$/;" g
+NilError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^impl From<(I, ErrorKind)> for NilError {$/;" c
+NilError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^impl ParseError for NilError {$/;" c
+NilError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^pub struct NilError;$/;" s
+Nom /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Nom(ErrorKind),$/;" e enum:VerboseErrorKind
+NonEmpty /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ NonEmpty,$/;" e enum:ErrorKind
+NoneOf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ NoneOf,$/;" e enum:ErrorKind
+Not /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Not,$/;" e enum:ErrorKind
+OctDigit /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ OctDigit,$/;" e enum:ErrorKind
+Offset /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait Offset {$/;" i
+Ok /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ Ok,$/;" e enum:CompareResult
+OneOf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ OneOf,$/;" e enum:ErrorKind
+Or /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^impl<'a, I: Clone, O, E: crate::error::ParseError, F: Parser, G: Parser>$/;" c
+Or /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub struct Or {$/;" s
+ParseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ParseError for () {$/;" c
+ParseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub trait ParseError: Sized {$/;" i
+ParseTo /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait ParseTo {$/;" i
+Parser /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^pub trait Parser {$/;" i
+ParserIterator /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^impl<'a, Input, Output, Error, F> core::iter::Iterator for &'a mut ParserIterator ParserIterator {$/;" c
+ParserIterator /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub struct ParserIterator {$/;" s
+Permutation /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^pub trait Permutation {$/;" i
+Permutation /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Permutation,$/;" e enum:ErrorKind
+RegexpCapture /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ RegexpCapture,$/;" e enum:ErrorKind
+RegexpCaptures /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ RegexpCaptures,$/;" e enum:ErrorKind
+RegexpFind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ RegexpFind,$/;" e enum:ErrorKind
+RegexpMatch /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ RegexpMatch,$/;" e enum:ErrorKind
+RegexpMatches /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ RegexpMatches,$/;" e enum:ErrorKind
+Running /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^ Running,$/;" e enum:State
+Satisfy /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Satisfy,$/;" e enum:ErrorKind
+SeparatedList /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ SeparatedList,$/;" e enum:ErrorKind
+SeparatedNonEmptyList /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ SeparatedNonEmptyList,$/;" e enum:ErrorKind
+Size /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ Size(NonZeroUsize),$/;" e enum:Needed
+Slice /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait Slice {$/;" i
+Space /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Space,$/;" e enum:ErrorKind
+State /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^enum State {$/;" g
+Switch /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Switch,$/;" e enum:ErrorKind
+T /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl<$/;" c
+T /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl<'a, T> InputLength for &'a [T] {$/;" c
+T /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl InputTakeAtPosition$/;" c
+Tag /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Tag,$/;" e enum:ErrorKind
+TagBits /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TagBits,$/;" e enum:ErrorKind
+TagClosure /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TagClosure,$/;" e enum:ErrorKind
+TakeTill1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TakeTill1,$/;" e enum:ErrorKind
+TakeUntil /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TakeUntil,$/;" e enum:ErrorKind
+TakeWhile1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TakeWhile1,$/;" e enum:ErrorKind
+TakeWhileMN /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TakeWhileMN,$/;" e enum:ErrorKind
+ToUsize /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait ToUsize {$/;" i
+TooLarge /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ TooLarge,$/;" e enum:ErrorKind
+Tuple /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/mod.rs /^impl> Tuple for () {$/;" c
+Tuple /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/mod.rs /^pub trait Tuple {$/;" i
+Unknown /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ Unknown,$/;" e enum:Needed
+UnspecializedInput /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^pub trait UnspecializedInput {}$/;" i
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl FromExternalError for VerboseError {$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl std::error::Error for VerboseError {}$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl fmt::Display for VerboseError {$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ContextError for VerboseError {$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^impl ParseError for VerboseError {$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub struct VerboseError {$/;" s
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert> for error::VerboseError {$/;" c
+VerboseError /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ErrorConvert> for error::VerboseError<(I, usize)> {$/;" c
+VerboseErrorKind /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub enum VerboseErrorKind {$/;" g
+Verify /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ Verify,$/;" e enum:ErrorKind
+a /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^ a: u8,$/;" m struct:B
+a /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^ a: u8,$/;" m struct:C
+a_or_b /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bytes/tests.rs /^ fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> {$/;" f function:is_a
+a_or_b /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bytes/tests.rs /^ fn a_or_b(i: &[u8]) -> IResult<&[u8], &[u8]> {$/;" f function:is_not
+add_context /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn add_context(_input: I, _ctx: &'static str, other: Self) -> Self {$/;" P interface:ContextError
+add_context /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn add_context(input: I, ctx: &'static str, mut other: Self) -> Self {$/;" P implementation:VerboseError
+all_consuming /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub fn all_consuming, F>(mut f: F) -> impl FnMut(I) -> IResult$/;" f
+alpha0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn alpha0>(input: T) -> IResult$/;" f
+alpha0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn alpha0>(input: T) -> IResult$/;" f
+alpha1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn alpha1>(input: T) -> IResult$/;" f
+alpha1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn alpha1>(input: T) -> IResult$/;" f
+alphanumeric0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn alphanumeric0>(input: T) -> IResult$/;" f
+alphanumeric0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn alphanumeric0>(input: T) -> IResult$/;" f
+alphanumeric1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn alphanumeric1>(input: T) -> IResult$/;" f
+alphanumeric1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn alphanumeric1>(input: T) -> IResult$/;" f
+alt /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^pub fn alt, List: Alt>($/;" f
+alt1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn alt1(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> {$/;" f function:alt_test
+alt1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn alt1(i: &[u8]) -> IResult<&[u8], &[u8]> {$/;" f function:alt_incomplete
+alt2 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn alt2(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> {$/;" f function:alt_test
+alt3 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn alt3(i: &[u8]) -> IResult<&[u8], &[u8], ErrorStr> {$/;" f function:alt_test
+alt4 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn alt4(i: &[u8]) -> IResult<&[u8], &[u8]> {$/;" f function:alt_test
+alt_incomplete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^fn alt_incomplete() {$/;" f
+alt_test /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^fn alt_test() {$/;" f
+alt_trait /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^macro_rules! alt_trait($/;" M
+alt_trait_impl /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^macro_rules! alt_trait_impl($/;" M
+alt_trait_inner /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^macro_rules! alt_trait_inner($/;" M
+and /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ fn and(self, g: G) -> And$/;" P interface:Parser
+and_then /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ fn and_then(self, g: G) -> AndThen$/;" P interface:Parser
+anychar /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn anychar>(input: T) -> IResult$/;" f
+anychar /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn anychar>(input: T) -> IResult$/;" f
+anychar_str /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn anychar_str() {$/;" f module:tests
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/tests.rs /^ fn append(input: I, kind: ErrorKind, other: Self) -> Self {$/;" P implementation:ErrorStr
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^ fn append(_: I, _: ErrorKind, _: CustomError) -> Self {$/;" P implementation:CustomError
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn append(_: I, _: ErrorKind, _: Self) -> Self {}$/;" P implementation:ParseError
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn append(_: I, _: ErrorKind, other: Self) -> Self {$/;" P implementation:Error
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn append(_: I, _: ErrorKind, other: Self) -> Self {$/;" P implementation:ErrorKind
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn append(input: I, kind: ErrorKind, mut other: Self) -> Self {$/;" P implementation:VerboseError
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn append(input: I, kind: ErrorKind, other: Self) -> Self;$/;" P interface:ParseError
+append /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn append(_: I, _: ErrorKind, _: NilError) -> NilError {$/;" P implementation:NilError
+append_error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub fn append_error>(input: I, kind: ErrorKind, other: E) -> E {$/;" f
+array_impls /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^macro_rules! array_impls {$/;" M
+as_bytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_bytes(&self) -> &[u8] {$/;" P implementation:str
+as_bytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_bytes(&self) -> &[u8] {$/;" P implementation:u8
+as_bytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_bytes(&self) -> &[u8];$/;" P interface:AsBytes
+as_bytes_array_impls /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^macro_rules! as_bytes_array_impls {$/;" M
+as_char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_char(self) -> char {$/;" P implementation:char
+as_char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_char(self) -> char {$/;" P implementation:u8
+as_char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn as_char(self) -> char;$/;" P interface:AsChar
+assert_parse /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ macro_rules! assert_parse($/;" M module:tests
+assert_parse /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ macro_rules! assert_parse($/;" M module:tests
+assert_parse /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^macro_rules! assert_parse($/;" M
+assert_parse /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ macro_rules! assert_parse($/;" M module:tests
+assert_parse /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ macro_rules! assert_parse($/;" M module:tests
+assert_size /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ macro_rules! assert_size ($/;" M module:tests
+b /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^ b: Option,$/;" m struct:C
+b /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^ b: u8,$/;" m struct:B
+be_f32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_f32>(input: I) -> IResult$/;" f
+be_f32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_f32>(input: I) -> IResult$/;" f
+be_f32_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_f32_tests() {$/;" f module:tests
+be_f32_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_f32_tests() {$/;" f module:tests
+be_f64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_f64>(input: I) -> IResult$/;" f
+be_f64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_f64>(input: I) -> IResult$/;" f
+be_f64_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_f64_tests() {$/;" f module:tests
+be_f64_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_f64_tests() {$/;" f module:tests
+be_i128 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i128>(input: I) -> IResult$/;" f
+be_i128 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i128>(input: I) -> IResult$/;" f
+be_i128_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i128_tests() {$/;" f module:tests
+be_i16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i16>(input: I) -> IResult$/;" f
+be_i16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i16>(input: I) -> IResult$/;" f
+be_i16_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i16_tests() {$/;" f module:tests
+be_i24 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i24>(input: I) -> IResult$/;" f
+be_i24 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i24>(input: I) -> IResult$/;" f
+be_i24_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i24_tests() {$/;" f module:tests
+be_i32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i32>(input: I) -> IResult$/;" f
+be_i32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i32>(input: I) -> IResult$/;" f
+be_i32_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i32_tests() {$/;" f module:tests
+be_i64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i64>(input: I) -> IResult$/;" f
+be_i64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i64>(input: I) -> IResult$/;" f
+be_i64_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i64_tests() {$/;" f module:tests
+be_i8 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_i8>(input: I) -> IResult$/;" f
+be_i8 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_i8>(input: I) -> IResult$/;" f
+be_i8_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_i8_tests() {$/;" f module:tests
+be_tst16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tst16(i: &[u8]) -> IResult<&[u8], u16> {$/;" f function:tests::configurable_endianness
+be_tst16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tst16(i: &[u8]) -> IResult<&[u8], u16> {$/;" f function:tests::configurable_endianness
+be_tst32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tst32(i: &[u8]) -> IResult<&[u8], u32> {$/;" f function:tests::configurable_endianness
+be_tst32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tst32(i: &[u8]) -> IResult<&[u8], u32> {$/;" f function:tests::configurable_endianness
+be_tst64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tst64(i: &[u8]) -> IResult<&[u8], u64> {$/;" f function:tests::configurable_endianness
+be_tst64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tst64(i: &[u8]) -> IResult<&[u8], u64> {$/;" f function:tests::configurable_endianness
+be_tsti16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tsti16(i: &[u8]) -> IResult<&[u8], i16> {$/;" f function:tests::configurable_endianness
+be_tsti16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tsti16(i: &[u8]) -> IResult<&[u8], i16> {$/;" f function:tests::configurable_endianness
+be_tsti32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tsti32(i: &[u8]) -> IResult<&[u8], i32> {$/;" f function:tests::configurable_endianness
+be_tsti32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tsti32(i: &[u8]) -> IResult<&[u8], i32> {$/;" f function:tests::configurable_endianness
+be_tsti64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_tsti64(i: &[u8]) -> IResult<&[u8], i64> {$/;" f function:tests::configurable_endianness
+be_tsti64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn be_tsti64(i: &[u8]) -> IResult<&[u8], i64> {$/;" f function:tests::configurable_endianness
+be_u128 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u128>(input: I) -> IResult$/;" f
+be_u128 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u128>(input: I) -> IResult$/;" f
+be_u16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u16>(input: I) -> IResult$/;" f
+be_u16 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u16>(input: I) -> IResult$/;" f
+be_u24 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u24>(input: I) -> IResult$/;" f
+be_u24 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u24>(input: I) -> IResult$/;" f
+be_u24_tests /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn be_u24_tests() {$/;" f module:tests
+be_u32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u32>(input: I) -> IResult$/;" f
+be_u32 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u32>(input: I) -> IResult$/;" f
+be_u64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u64>(input: I) -> IResult$/;" f
+be_u64 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u64>(input: I) -> IResult$/;" f
+be_u8 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^pub fn be_u8>(input: I) -> IResult$/;" f
+be_u8 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^pub fn be_u8>(input: I) -> IResult$/;" f
+bits /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bits/mod.rs /^pub fn bits(mut parser: P) -> impl FnMut(I) -> IResult$/;" f
+bits /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs /^pub mod bits;$/;" n
+bool /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bits/complete.rs /^pub fn bool>(input: (I, usize)) -> IResult<(I, usize), bool, E>$/;" f
+bool /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bits/streaming.rs /^pub fn bool>(input: (I, usize)) -> IResult<(I, usize), bool, E>$/;" f
+branch /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs /^pub mod branch;$/;" n
+bytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bits/mod.rs /^pub fn bytes(mut parser: P) -> impl FnMut((I, usize)) -> IResult<(I, usize), O,/;" f
+bytes /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs /^pub mod bytes;$/;" n
+case_insensitive /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/str.rs /^ fn case_insensitive() {$/;" f module:test
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn char>(c: char) -> impl Fn(I) -> IResult$/;" f
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn char>(c: char) -> impl Fn(I) -> IResult$/;" f
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl AsChar for char {$/;" c
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl ExtendInto for char {$/;" c
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl<'a, 'b> FindToken<&'a char> for &'b [char] {$/;" c
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl<'a> AsChar for &'a char {$/;" c
+char /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^impl<'a> FindToken for &'a [char] {$/;" c
+char_byteslice /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/tests.rs /^fn char_byteslice() {$/;" f
+char_str /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/tests.rs /^fn char_str() {$/;" f
+character /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ fn character() {$/;" f module:tests
+character /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn character() {$/;" f module:tests
+character /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs /^pub mod character;$/;" n
+character_s /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ fn character_s() {$/;" f module:tests
+character_s /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn character_s() {$/;" f module:tests
+check_unix_lineending /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ fn check_unix_lineending() {$/;" f module:tests
+check_unix_lineending /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn check_unix_lineending() {$/;" f module:tests
+check_windows_lineending /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ fn check_windows_lineending() {$/;" f module:tests
+check_windows_lineending /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn check_windows_lineending() {$/;" f module:tests
+choice /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^ fn choice(&mut self, input: I) -> IResult;$/;" P interface:Alt
+choice /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/branch/mod.rs /^ fn choice(&mut self, input: Input) -> IResult {$/;" P implementation:A
+cnt /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn cnt(i: &[u8]) -> IResult<&[u8], Vec<&[u8]>> {$/;" f function:length_count_test
+cnt_2 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn cnt_2(i: &[u8]) -> IResult<&[u8], Vec<&[u8]>> {$/;" f function:count_test
+code /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ pub code: ErrorKind,$/;" m struct:Error
+combinator /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs /^pub mod combinator;$/;" n
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: &'b [u8]) -> CompareResult {$/;" P implementation:str
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: &'b [u8]) -> CompareResult {$/;" P implementation:u8
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: &'b str) -> CompareResult {$/;" P implementation:str
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: &'b str) -> CompareResult {$/;" P implementation:u8
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: O) -> CompareResult {$/;" P implementation:T
+compare /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare(&self, t: T) -> CompareResult;$/;" P interface:Compare
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: &'b [u8]) -> CompareResult {$/;" P implementation:str
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: &'b [u8]) -> CompareResult {$/;" P implementation:u8
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: &'b str) -> CompareResult {$/;" P implementation:str
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: &'b str) -> CompareResult {$/;" P implementation:u8
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: O) -> CompareResult {$/;" P implementation:T
+compare_no_case /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn compare_no_case(&self, t: T) -> CompareResult;$/;" P interface:Compare
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bits/mod.rs /^pub mod complete;$/;" n
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bytes/mod.rs /^pub mod complete;$/;" n
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/mod.rs /^pub mod complete;$/;" n
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub fn complete, F>(mut f: F) -> impl FnMut(I) -> IResult$/;" f
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/mod.rs /^pub mod complete;$/;" n
+complete /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^fn complete() {$/;" f
+complete_take_while_m_n_utf8_all_matching /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bytes/complete.rs /^ fn complete_take_while_m_n_utf8_all_matching() {$/;" f module:tests
+complete_take_while_m_n_utf8_all_matching_substring /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/bytes/complete.rs /^ fn complete_take_while_m_n_utf8_all_matching_substring() {$/;" f module:tests
+cond /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub fn cond, F>($/;" f
+configurable_endianness /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/complete.rs /^ fn configurable_endianness() {$/;" f module:tests
+configurable_endianness /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/number/streaming.rs /^ fn configurable_endianness() {$/;" f module:tests
+consumed /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub fn consumed(mut parser: F) -> impl FnMut(I) -> IResult$/;" f
+context /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub fn context, F, O>($/;" f
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/internal.rs /^ pub fn convert(e: Err) -> Self$/;" P implementation:Err
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> ((I, usize), ErrorKind) {$/;" P implementation:ErrorKind
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> (I, ErrorKind) {$/;" P implementation:ErrorKind
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> E;$/;" P interface:ErrorConvert
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> error::Error<(I, usize)> {$/;" P implementation:Error
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> error::Error {$/;" P implementation:Error
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> error::VerboseError<(I, usize)> {$/;" P implementation:VerboseError
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) -> error::VerboseError {$/;" P implementation:VerboseError
+convert /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/traits.rs /^ fn convert(self) {}$/;" P implementation:ErrorConvert
+convert_error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub fn convert_error>($/;" f
+convert_error_panic /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ fn convert_error_panic() {$/;" f module:tests
+count /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/mod.rs /^pub fn count(mut f: F, count: usize) -> impl FnMut(I) -> IResult, E>$/;" f
+count0_nums /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn count0_nums(i: &[u8]) -> IResult<&[u8], usize> {$/;" f function:many0_count_test
+count1_nums /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn count1_nums(i: &[u8]) -> IResult<&[u8], usize> {$/;" f function:many1_count_test
+count_test /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^fn count_test() {$/;" f
+count_zero /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^fn count_zero() {$/;" f
+counter_2 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/multi/tests.rs /^ fn counter_2(i: &[u8]) -> IResult<&[u8], Vec<&[u8]>> {$/;" f function:count_zero
+cr_lf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^ fn cr_lf() {$/;" f module:tests
+cr_lf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^ fn cr_lf() {$/;" f module:tests
+crlf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn crlf>(input: T) -> IResult$/;" f
+crlf /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn crlf>(input: T) -> IResult$/;" f
+custom_error /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/tests.rs /^fn custom_error(input: &[u8]) -> IResult<&[u8], &[u8], CustomError> {$/;" f
+cut /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/combinator/mod.rs /^pub fn cut, F>(mut parser: F) -> impl FnMut(I) -> IResult$/;" f
+dbg_dmp /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^pub fn dbg_dmp<'a, F, O, E: std::fmt::Debug>($/;" f
+delimited /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/mod.rs /^pub fn delimited, F, G, H>($/;" f
+delimited_abc_def_ghi /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^ fn delimited_abc_def_ghi(i: &[u8]) -> IResult<&[u8], &[u8]> {$/;" f function:delimited_test
+delimited_test /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/sequence/tests.rs /^fn delimited_test() {$/;" f
+description /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/error.rs /^ pub fn description(&self) -> &str {$/;" P implementation:ErrorKind
+digit0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn digit0>(input: T) -> IResult$/;" f
+digit0 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/streaming.rs /^pub fn digit0>(input: T) -> IResult$/;" f
+digit1 /home/egb2/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/character/complete.rs /^pub fn digit1>(input: T) -> IResult