From 4e6b9b91f8de517e5b10b46f37014931cee7b61e Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Fri, 6 Oct 2017 23:23:37 -0400 Subject: Update docs --- target/doc/COPYRIGHT.txt | 5 - target/doc/implementors/core/convert/trait.From.js | 2 +- target/doc/implementors/core/fmt/trait.Debug.js | 2 +- target/doc/implementors/core/fmt/trait.Display.js | 2 +- target/doc/implementors/std/error/trait.Error.js | 2 +- target/doc/mailparse/enum.MailParseError.html | 52 +- target/doc/mailparse/fn.dateparse.html | 20 +- target/doc/mailparse/fn.parse_content_type.html | 66 +- target/doc/mailparse/fn.parse_header.html | 32 +- target/doc/mailparse/fn.parse_headers.html | 32 +- target/doc/mailparse/fn.parse_mail.html | 74 +- target/doc/mailparse/index.html | 54 +- target/doc/mailparse/sidebar-items.js | 2 +- target/doc/mailparse/struct.MailHeader.html | 34 +- target/doc/mailparse/struct.ParsedContentType.html | 50 +- target/doc/mailparse/struct.ParsedMail.html | 80 +- target/doc/mailparse/trait.MailHeaderMap.html | 56 +- target/doc/main.css | 125 +- target/doc/main.js | 680 ++++-- target/doc/rustdoc.css | 816 ++++---- target/doc/search-index.js | 2 +- target/doc/src/mailparse/dateparse.rs.html | 528 +++++ target/doc/src/mailparse/lib.rs.html | 2156 ++++++++++++++++++++ target/doc/src/mailparse/macros.rs.html | 124 ++ 24 files changed, 4051 insertions(+), 945 deletions(-) create mode 100644 target/doc/src/mailparse/dateparse.rs.html create mode 100644 target/doc/src/mailparse/lib.rs.html create mode 100644 target/doc/src/mailparse/macros.rs.html diff --git a/target/doc/COPYRIGHT.txt b/target/doc/COPYRIGHT.txt index 8773ce6..c69861a 100644 --- a/target/doc/COPYRIGHT.txt +++ b/target/doc/COPYRIGHT.txt @@ -27,11 +27,6 @@ included, and carry their own copyright notices and license terms: Licensed under the SIL Open Font License, Version 1.1. See Heuristica-LICENSE.txt. -* jQuery (jquery-2.1.4.min.js): - - Copyright 2005, 2015 jQuery Foundation, Inc. - Licensed under the MIT license (see LICENSE-MIT.txt). - * rustdoc.css, main.js, and playpen.js: Copyright 2015 The Rust Developers. diff --git a/target/doc/implementors/core/convert/trait.From.js b/target/doc/implementors/core/convert/trait.From.js index 68302bc..d7d87d4 100644 --- a/target/doc/implementors/core/convert/trait.From.js +++ b/target/doc/implementors/core/convert/trait.From.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["mailparse"] = ["impl From<QuotedPrintableError> for MailParseError","impl From<Base64Error> for MailParseError","impl From<Cow<'static, str>> for MailParseError",]; +implementors["mailparse"] = ["impl From<QuotedPrintableError> for MailParseError","impl From<Base64Error> for MailParseError","impl From<Cow<'static, str>> for MailParseError",]; if (window.register_implementors) { window.register_implementors(implementors); diff --git a/target/doc/implementors/core/fmt/trait.Debug.js b/target/doc/implementors/core/fmt/trait.Debug.js index 7fef3bf..1a1004b 100644 --- a/target/doc/implementors/core/fmt/trait.Debug.js +++ b/target/doc/implementors/core/fmt/trait.Debug.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["mailparse"] = ["impl Debug for MailParseError","impl<'a> Debug for MailHeader<'a>","impl Debug for ParsedContentType","impl<'a> Debug for ParsedMail<'a>",]; +implementors["mailparse"] = ["impl Debug for MailParseError","impl<'a> Debug for MailHeader<'a>","impl Debug for ParsedContentType","impl<'a> Debug for ParsedMail<'a>",]; if (window.register_implementors) { window.register_implementors(implementors); diff --git a/target/doc/implementors/core/fmt/trait.Display.js b/target/doc/implementors/core/fmt/trait.Display.js index 0eb2768..2fdc08e 100644 --- a/target/doc/implementors/core/fmt/trait.Display.js +++ b/target/doc/implementors/core/fmt/trait.Display.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["mailparse"] = ["impl Display for MailParseError",]; +implementors["mailparse"] = ["impl Display for MailParseError",]; if (window.register_implementors) { window.register_implementors(implementors); diff --git a/target/doc/implementors/std/error/trait.Error.js b/target/doc/implementors/std/error/trait.Error.js index 0aeb0a6..dcbe804 100644 --- a/target/doc/implementors/std/error/trait.Error.js +++ b/target/doc/implementors/std/error/trait.Error.js @@ -1,5 +1,5 @@ (function() {var implementors = {}; -implementors["mailparse"] = ["impl Error for MailParseError",]; +implementors["mailparse"] = ["impl Error for MailParseError",]; if (window.register_implementors) { window.register_implementors(implementors); diff --git a/target/doc/mailparse/enum.MailParseError.html b/target/doc/mailparse/enum.MailParseError.html index 068e2b8..bdfabc9 100644 --- a/target/doc/mailparse/enum.MailParseError.html +++ b/target/doc/mailparse/enum.MailParseError.html @@ -9,6 +9,7 @@ mailparse::MailParseError - Rust + @@ -16,7 +17,7 @@ - +