From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001
From:
Date: Mon, 29 Jun 2015 20:16:15 +0000
Subject: Update documentation
---
implementors/core/str/pattern/trait.DoubleEndedSearcher.js | 10 ++++++++++
implementors/core/str/pattern/trait.Pattern.js | 10 ++++++++++
implementors/core/str/pattern/trait.ReverseSearcher.js | 10 ++++++++++
implementors/core/str/pattern/trait.Searcher.js | 10 ++++++++++
implementors/core/str/trait.FromStr.js | 10 ++++++++++
5 files changed, 50 insertions(+)
create mode 100644 implementors/core/str/pattern/trait.DoubleEndedSearcher.js
create mode 100644 implementors/core/str/pattern/trait.Pattern.js
create mode 100644 implementors/core/str/pattern/trait.ReverseSearcher.js
create mode 100644 implementors/core/str/pattern/trait.Searcher.js
create mode 100644 implementors/core/str/trait.FromStr.js
(limited to 'implementors/core/str')
diff --git a/implementors/core/str/pattern/trait.DoubleEndedSearcher.js b/implementors/core/str/pattern/trait.DoubleEndedSearcher.js
new file mode 100644
index 0000000..5ed2dd2
--- /dev/null
+++ b/implementors/core/str/pattern/trait.DoubleEndedSearcher.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = [];implementors['carboxyl'] = [];implementors['openssl'] = [];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/core/str/pattern/trait.Pattern.js b/implementors/core/str/pattern/trait.Pattern.js
new file mode 100644
index 0000000..6823db7
--- /dev/null
+++ b/implementors/core/str/pattern/trait.Pattern.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = ["impl<'a, 'b> Pattern<'a> for &'b String",];implementors['carboxyl'] = ["impl<'a, 'b> Pattern<'a> for &'b String",];implementors['regex'] = ["impl<'r, 't> Pattern<'t> for &'r Regex",];implementors['openssl'] = ["impl<'a, 'b> Pattern<'a> for &'b String",];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/core/str/pattern/trait.ReverseSearcher.js b/implementors/core/str/pattern/trait.ReverseSearcher.js
new file mode 100644
index 0000000..5ed2dd2
--- /dev/null
+++ b/implementors/core/str/pattern/trait.ReverseSearcher.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = [];implementors['carboxyl'] = [];implementors['openssl'] = [];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/core/str/pattern/trait.Searcher.js b/implementors/core/str/pattern/trait.Searcher.js
new file mode 100644
index 0000000..5ed2dd2
--- /dev/null
+++ b/implementors/core/str/pattern/trait.Searcher.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = [];implementors['carboxyl'] = [];implementors['openssl'] = [];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/core/str/trait.FromStr.js b/implementors/core/str/trait.FromStr.js
new file mode 100644
index 0000000..f6cdbcb
--- /dev/null
+++ b/implementors/core/str/trait.FromStr.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['log'] = ["impl FromStr for LogLevel","impl FromStr for LogLevelFilter",];implementors['regex_syntax'] = ["impl FromStr for String",];implementors['carboxyl'] = ["impl FromStr for IpAddr","impl FromStr for Ipv4Addr","impl FromStr for Ipv6Addr","impl FromStr for SocketAddr","impl FromStr for String",];implementors['regex'] = ["impl FromStr for Regex",];implementors['openssl'] = ["impl FromStr for IpAddr","impl FromStr for Ipv4Addr","impl FromStr for Ipv6Addr","impl FromStr for SocketAddr","impl FromStr for String",];implementors['irsc'] = ["impl FromStr for Message",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
--
cgit v1.2.3