From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- aho_corasick/autiter/index.html | 0 aho_corasick/autiter/sidebar-items.js | 1 + aho_corasick/autiter/struct.Match.html | 10 ++++++++++ aho_corasick/autiter/struct.Matches.html | 10 ++++++++++ aho_corasick/autiter/struct.MatchesOverlapping.html | 10 ++++++++++ aho_corasick/autiter/struct.StreamMatches.html | 10 ++++++++++ aho_corasick/autiter/struct.StreamMatchesOverlapping.html | 10 ++++++++++ aho_corasick/autiter/trait.Automaton.html | 10 ++++++++++ 8 files changed, 61 insertions(+) create mode 100644 aho_corasick/autiter/index.html create mode 100644 aho_corasick/autiter/sidebar-items.js create mode 100644 aho_corasick/autiter/struct.Match.html create mode 100644 aho_corasick/autiter/struct.Matches.html create mode 100644 aho_corasick/autiter/struct.MatchesOverlapping.html create mode 100644 aho_corasick/autiter/struct.StreamMatches.html create mode 100644 aho_corasick/autiter/struct.StreamMatchesOverlapping.html create mode 100644 aho_corasick/autiter/trait.Automaton.html (limited to 'aho_corasick/autiter') diff --git a/aho_corasick/autiter/index.html b/aho_corasick/autiter/index.html new file mode 100644 index 0000000..e69de29 diff --git a/aho_corasick/autiter/sidebar-items.js b/aho_corasick/autiter/sidebar-items.js new file mode 100644 index 0000000..f8e1ef2 --- /dev/null +++ b/aho_corasick/autiter/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["Match","Records a match in the search text."],["Matches","An iterator of non-overlapping matches for in-memory text."],["MatchesOverlapping","An iterator of overlapping matches for in-memory text."],["StreamMatches","An iterator of non-overlapping matches for streaming text."],["StreamMatchesOverlapping","An iterator of overlapping matches for streaming text."]],"trait":[["Automaton","An abstraction over automatons and their corresponding iterators."]]}); \ No newline at end of file diff --git a/aho_corasick/autiter/struct.Match.html b/aho_corasick/autiter/struct.Match.html new file mode 100644 index 0000000..a44d052 --- /dev/null +++ b/aho_corasick/autiter/struct.Match.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/struct.Match.html...

+ + + \ No newline at end of file diff --git a/aho_corasick/autiter/struct.Matches.html b/aho_corasick/autiter/struct.Matches.html new file mode 100644 index 0000000..282f6a2 --- /dev/null +++ b/aho_corasick/autiter/struct.Matches.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/struct.Matches.html...

+ + + \ No newline at end of file diff --git a/aho_corasick/autiter/struct.MatchesOverlapping.html b/aho_corasick/autiter/struct.MatchesOverlapping.html new file mode 100644 index 0000000..61a752c --- /dev/null +++ b/aho_corasick/autiter/struct.MatchesOverlapping.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/struct.MatchesOverlapping.html...

+ + + \ No newline at end of file diff --git a/aho_corasick/autiter/struct.StreamMatches.html b/aho_corasick/autiter/struct.StreamMatches.html new file mode 100644 index 0000000..84864b0 --- /dev/null +++ b/aho_corasick/autiter/struct.StreamMatches.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/struct.StreamMatches.html...

+ + + \ No newline at end of file diff --git a/aho_corasick/autiter/struct.StreamMatchesOverlapping.html b/aho_corasick/autiter/struct.StreamMatchesOverlapping.html new file mode 100644 index 0000000..0051214 --- /dev/null +++ b/aho_corasick/autiter/struct.StreamMatchesOverlapping.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/struct.StreamMatchesOverlapping.html...

+ + + \ No newline at end of file diff --git a/aho_corasick/autiter/trait.Automaton.html b/aho_corasick/autiter/trait.Automaton.html new file mode 100644 index 0000000..4240333 --- /dev/null +++ b/aho_corasick/autiter/trait.Automaton.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../aho_corasick/trait.Automaton.html...

+ + + \ No newline at end of file -- cgit v1.2.3