aboutsummaryrefslogtreecommitdiff
path: root/aho_corasick/autiter
diff options
context:
space:
mode:
Diffstat (limited to 'aho_corasick/autiter')
-rw-r--r--aho_corasick/autiter/index.html0
-rw-r--r--aho_corasick/autiter/sidebar-items.js1
-rw-r--r--aho_corasick/autiter/struct.Match.html10
-rw-r--r--aho_corasick/autiter/struct.Matches.html10
-rw-r--r--aho_corasick/autiter/struct.MatchesOverlapping.html10
-rw-r--r--aho_corasick/autiter/struct.StreamMatches.html10
-rw-r--r--aho_corasick/autiter/struct.StreamMatchesOverlapping.html10
-rw-r--r--aho_corasick/autiter/trait.Automaton.html10
8 files changed, 61 insertions, 0 deletions
diff --git a/aho_corasick/autiter/index.html b/aho_corasick/autiter/index.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/aho_corasick/autiter/index.html
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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/struct.Match.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/struct.Match.html">../../aho_corasick/struct.Match.html</a>...</p>
+ <script>location.replace("../../aho_corasick/struct.Match.html" + location.search + location.hash);</script>
+</body>
+</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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/struct.Matches.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/struct.Matches.html">../../aho_corasick/struct.Matches.html</a>...</p>
+ <script>location.replace("../../aho_corasick/struct.Matches.html" + location.search + location.hash);</script>
+</body>
+</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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/struct.MatchesOverlapping.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/struct.MatchesOverlapping.html">../../aho_corasick/struct.MatchesOverlapping.html</a>...</p>
+ <script>location.replace("../../aho_corasick/struct.MatchesOverlapping.html" + location.search + location.hash);</script>
+</body>
+</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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/struct.StreamMatches.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/struct.StreamMatches.html">../../aho_corasick/struct.StreamMatches.html</a>...</p>
+ <script>location.replace("../../aho_corasick/struct.StreamMatches.html" + location.search + location.hash);</script>
+</body>
+</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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/struct.StreamMatchesOverlapping.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/struct.StreamMatchesOverlapping.html">../../aho_corasick/struct.StreamMatchesOverlapping.html</a>...</p>
+ <script>location.replace("../../aho_corasick/struct.StreamMatchesOverlapping.html" + location.search + location.hash);</script>
+</body>
+</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 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta http-equiv="refresh" content="0;URL=../../aho_corasick/trait.Automaton.html">
+</head>
+<body>
+ <p>Redirecting to <a href="../../aho_corasick/trait.Automaton.html">../../aho_corasick/trait.Automaton.html</a>...</p>
+ <script>location.replace("../../aho_corasick/trait.Automaton.html" + location.search + location.hash);</script>
+</body>
+</html> \ No newline at end of file