From 6ed59567fc1862c02005eaf80b0d3c4821c2815b Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Wed, 5 Sep 2018 20:57:47 -0400 Subject: Remove documentation stuff; point to docs.rs --- Cargo.toml | 2 +- README.md | 4 +- target/doc/.lock | 0 target/doc/COPYRIGHT.txt | 59 - target/doc/FiraSans-LICENSE.txt | 99 - target/doc/FiraSans-Medium.woff | Bin 89883 -> 0 bytes target/doc/FiraSans-Regular.woff | Bin 91946 -> 0 bytes target/doc/Heuristica-Italic.woff | Bin 119956 -> 0 bytes target/doc/Heuristica-LICENSE.txt | 101 - target/doc/LICENSE-APACHE.txt | 201 -- target/doc/LICENSE-MIT.txt | 23 - target/doc/SourceCodePro-LICENSE.txt | 93 - target/doc/SourceCodePro-Regular.woff | Bin 55472 -> 0 bytes target/doc/SourceCodePro-Semibold.woff | Bin 55360 -> 0 bytes target/doc/SourceSerifPro-Bold.woff | Bin 48720 -> 0 bytes target/doc/SourceSerifPro-LICENSE.txt | 93 - target/doc/SourceSerifPro-Regular.woff | Bin 49960 -> 0 bytes target/doc/brush.svg | 1 - target/doc/dark.css | 391 --- target/doc/implementors/core/clone/trait.Clone.js | 10 - .../doc/implementors/core/cmp/trait.PartialEq.js | 10 - target/doc/implementors/core/convert/trait.From.js | 10 - .../doc/implementors/core/default/trait.Default.js | 10 - target/doc/implementors/core/fmt/trait.Debug.js | 10 - target/doc/implementors/core/fmt/trait.Display.js | 10 - target/doc/implementors/core/marker/trait.Send.js | 10 - target/doc/implementors/core/marker/trait.Sync.js | 10 - .../implementors/mailparse/trait.MailHeaderMap.js | 10 - target/doc/implementors/std/error/trait.Error.js | 10 - target/doc/light.css | 385 --- target/doc/mailparse/DispositionType.t.html | 10 - target/doc/mailparse/MailHeader.t.html | 10 - target/doc/mailparse/MailHeaderMap.t.html | 10 - target/doc/mailparse/MailParseError.t.html | 10 - .../doc/mailparse/ParsedContentDisposition.t.html | 10 - target/doc/mailparse/ParsedContentType.t.html | 10 - target/doc/mailparse/ParsedMail.t.html | 10 - target/doc/mailparse/dateparse.v.html | 10 - target/doc/mailparse/dateparse/dateparse.v.html | 10 - target/doc/mailparse/dateparse/fn.dateparse.html | 10 - target/doc/mailparse/enum.DispositionType.html | 160 -- target/doc/mailparse/enum.MailParseError.html | 160 -- target/doc/mailparse/fn.dateparse.html | 133 - .../mailparse/fn.parse_content_disposition.html | 139 -- target/doc/mailparse/fn.parse_content_type.html | 160 -- target/doc/mailparse/fn.parse_header.html | 144 -- target/doc/mailparse/fn.parse_headers.html | 147 -- target/doc/mailparse/fn.parse_mail.html | 161 -- target/doc/mailparse/index.html | 280 --- .../doc/mailparse/parse_content_disposition.v.html | 10 - target/doc/mailparse/parse_content_type.v.html | 10 - target/doc/mailparse/parse_header.v.html | 10 - target/doc/mailparse/parse_headers.v.html | 10 - target/doc/mailparse/parse_mail.v.html | 10 - target/doc/mailparse/sidebar-items.js | 1 - target/doc/mailparse/struct.MailHeader.html | 158 -- .../mailparse/struct.ParsedContentDisposition.html | 158 -- target/doc/mailparse/struct.ParsedContentType.html | 164 -- target/doc/mailparse/struct.ParsedMail.html | 197 -- target/doc/mailparse/trait.MailHeaderMap.html | 174 -- target/doc/main.css | 237 -- target/doc/main.js | 2045 ---------------- target/doc/normalize.css | 1 - target/doc/rustdoc.css | 1293 ---------- target/doc/search-index.js | 3 - target/doc/src/mailparse/dateparse.rs.html | 544 ----- target/doc/src/mailparse/lib.rs.html | 2576 -------------------- target/doc/src/mailparse/macros.rs.html | 140 -- target/doc/storage.js | 71 - target/doc/theme.js | 21 - 70 files changed, 3 insertions(+), 10966 deletions(-) delete mode 100755 target/doc/.lock delete mode 100644 target/doc/COPYRIGHT.txt delete mode 100644 target/doc/FiraSans-LICENSE.txt delete mode 100644 target/doc/FiraSans-Medium.woff delete mode 100644 target/doc/FiraSans-Regular.woff delete mode 100644 target/doc/Heuristica-Italic.woff delete mode 100644 target/doc/Heuristica-LICENSE.txt delete mode 100644 target/doc/LICENSE-APACHE.txt delete mode 100644 target/doc/LICENSE-MIT.txt delete mode 100644 target/doc/SourceCodePro-LICENSE.txt delete mode 100644 target/doc/SourceCodePro-Regular.woff delete mode 100644 target/doc/SourceCodePro-Semibold.woff delete mode 100644 target/doc/SourceSerifPro-Bold.woff delete mode 100644 target/doc/SourceSerifPro-LICENSE.txt delete mode 100644 target/doc/SourceSerifPro-Regular.woff delete mode 100644 target/doc/brush.svg delete mode 100644 target/doc/dark.css delete mode 100644 target/doc/implementors/core/clone/trait.Clone.js delete mode 100644 target/doc/implementors/core/cmp/trait.PartialEq.js delete mode 100644 target/doc/implementors/core/convert/trait.From.js delete mode 100644 target/doc/implementors/core/default/trait.Default.js delete mode 100644 target/doc/implementors/core/fmt/trait.Debug.js delete mode 100644 target/doc/implementors/core/fmt/trait.Display.js delete mode 100644 target/doc/implementors/core/marker/trait.Send.js delete mode 100644 target/doc/implementors/core/marker/trait.Sync.js delete mode 100644 target/doc/implementors/mailparse/trait.MailHeaderMap.js delete mode 100644 target/doc/implementors/std/error/trait.Error.js delete mode 100644 target/doc/light.css delete mode 100644 target/doc/mailparse/DispositionType.t.html delete mode 100644 target/doc/mailparse/MailHeader.t.html delete mode 100644 target/doc/mailparse/MailHeaderMap.t.html delete mode 100644 target/doc/mailparse/MailParseError.t.html delete mode 100644 target/doc/mailparse/ParsedContentDisposition.t.html delete mode 100644 target/doc/mailparse/ParsedContentType.t.html delete mode 100644 target/doc/mailparse/ParsedMail.t.html delete mode 100644 target/doc/mailparse/dateparse.v.html delete mode 100644 target/doc/mailparse/dateparse/dateparse.v.html delete mode 100644 target/doc/mailparse/dateparse/fn.dateparse.html delete mode 100644 target/doc/mailparse/enum.DispositionType.html delete mode 100644 target/doc/mailparse/enum.MailParseError.html delete mode 100644 target/doc/mailparse/fn.dateparse.html delete mode 100644 target/doc/mailparse/fn.parse_content_disposition.html delete mode 100644 target/doc/mailparse/fn.parse_content_type.html delete mode 100644 target/doc/mailparse/fn.parse_header.html delete mode 100644 target/doc/mailparse/fn.parse_headers.html delete mode 100644 target/doc/mailparse/fn.parse_mail.html delete mode 100644 target/doc/mailparse/index.html delete mode 100644 target/doc/mailparse/parse_content_disposition.v.html delete mode 100644 target/doc/mailparse/parse_content_type.v.html delete mode 100644 target/doc/mailparse/parse_header.v.html delete mode 100644 target/doc/mailparse/parse_headers.v.html delete mode 100644 target/doc/mailparse/parse_mail.v.html delete mode 100644 target/doc/mailparse/sidebar-items.js delete mode 100644 target/doc/mailparse/struct.MailHeader.html delete mode 100644 target/doc/mailparse/struct.ParsedContentDisposition.html delete mode 100644 target/doc/mailparse/struct.ParsedContentType.html delete mode 100644 target/doc/mailparse/struct.ParsedMail.html delete mode 100644 target/doc/mailparse/trait.MailHeaderMap.html delete mode 100644 target/doc/main.css delete mode 100644 target/doc/main.js delete mode 100644 target/doc/normalize.css delete mode 100644 target/doc/rustdoc.css delete mode 100644 target/doc/search-index.js delete mode 100644 target/doc/src/mailparse/dateparse.rs.html delete mode 100644 target/doc/src/mailparse/lib.rs.html delete mode 100644 target/doc/src/mailparse/macros.rs.html delete mode 100644 target/doc/storage.js delete mode 100644 target/doc/theme.js diff --git a/Cargo.toml b/Cargo.toml index a6fb80c..7ed35b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mailparse" version = "0.6.2" authors = ["Kartikaya Gupta "] description = "A simple parser for MIME e-mail messages" -documentation = "https://staktrace.github.io/mailparse/target/doc/mailparse/" +documentation = "https://docs.rs/mailparse/" homepage = "https://github.com/staktrace/mailparse/blob/master/README.md" repository = "https://github.com/staktrace/mailparse" readme = "README.md" diff --git a/README.md b/README.md index 2eabe64..c69b50d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The primary entry point for this library is the following function: ``` This function takes the raw message data, including headers and body, and returns a structured object to more easily access pieces of the email message. -There are other public functions that allow parsing smaller parts of the message as well; refer to the [full documentation](http://staktrace.github.io/mailparse/target/doc/mailparse/). +There are other public functions that allow parsing smaller parts of the message as well; refer to the [full documentation](https://docs.rs/mailparse/). The library is designed to process real-world email data such as might be obtained by using the FETCH command on an IMAP server, or in a Maildir. As such, this library should successfully handle any valid MIME-formatted message, although it may not follow all the strict requirements in the various specifications that cover the format (predominantly IETF RFC 822 and IETF RFC 2045). @@ -55,7 +55,7 @@ Example usage Documentation --- -See the rustdoc at [http://staktrace.github.io/mailparse/target/doc/mailparse/](http://staktrace.github.io/mailparse/target/doc/mailparse/). +See the rustdoc at [https://docs.rs/mailparse/](docs.rs). Other notes --- diff --git a/target/doc/.lock b/target/doc/.lock deleted file mode 100755 index e69de29..0000000 diff --git a/target/doc/COPYRIGHT.txt b/target/doc/COPYRIGHT.txt deleted file mode 100644 index c69861a..0000000 --- a/target/doc/COPYRIGHT.txt +++ /dev/null @@ -1,59 +0,0 @@ -These documentation pages include resources by third parties. This copyright -file applies only to those resources. The following third party resources are -included, and carry their own copyright notices and license terms: - -* Fira Sans (FiraSans-Regular.woff, FiraSans-Medium.woff): - - Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ - with Reserved Font Name Fira Sans. - - Copyright (c) 2014, Telefonica S.A. - - Licensed under the SIL Open Font License, Version 1.1. - See FiraSans-LICENSE.txt. - -* Heuristica (Heuristica-Italic.woff): - - Copyright 1989, 1991 Adobe Systems Incorporated. All rights reserved. - Utopia is either a registered trademark or trademark of Adobe Systems - Incorporated in the United States and/or other countries. Used under - license. - - Copyright 2006 Han The Thanh, Vntopia font family, http://vntex.sf.net - - Copyright (c) 2008-2012, Andrey V. Panov (panov@canopus.iacp.dvo.ru), - with Reserved Font Name Heuristica. - - Licensed under the SIL Open Font License, Version 1.1. - See Heuristica-LICENSE.txt. - -* rustdoc.css, main.js, and playpen.js: - - Copyright 2015 The Rust Developers. - Licensed under the Apache License, Version 2.0 (see LICENSE-APACHE.txt) or - the MIT license (LICENSE-MIT.txt) at your option. - -* normalize.css: - - Copyright (c) Nicolas Gallagher and Jonathan Neal. - Licensed under the MIT license (see LICENSE-MIT.txt). - -* Source Code Pro (SourceCodePro-Regular.woff, SourceCodePro-Semibold.woff): - - Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), - with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark - of Adobe Systems Incorporated in the United States and/or other countries. - - Licensed under the SIL Open Font License, Version 1.1. - See SourceCodePro-LICENSE.txt. - -* Source Serif Pro (SourceSerifPro-Regular.woff, SourceSerifPro-Bold.woff): - - Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with - Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of - Adobe Systems Incorporated in the United States and/or other countries. - - Licensed under the SIL Open Font License, Version 1.1. - See SourceSerifPro-LICENSE.txt. - -This copyright file is intended to be distributed with rustdoc output. diff --git a/target/doc/FiraSans-LICENSE.txt b/target/doc/FiraSans-LICENSE.txt deleted file mode 100644 index b4a3967..0000000 --- a/target/doc/FiraSans-LICENSE.txt +++ /dev/null @@ -1,99 +0,0 @@ -Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ -with Reserved Font Name Fira Sans. - -Copyright (c) 2014, Mozilla Foundation https://mozilla.org/ -with Reserved Font Name Fira Mono. - -Copyright (c) 2014, Telefonica S.A. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/target/doc/FiraSans-Medium.woff b/target/doc/FiraSans-Medium.woff deleted file mode 100644 index 5627227..0000000 Binary files a/target/doc/FiraSans-Medium.woff and /dev/null differ diff --git a/target/doc/FiraSans-Regular.woff b/target/doc/FiraSans-Regular.woff deleted file mode 100644 index 9ff4044..0000000 Binary files a/target/doc/FiraSans-Regular.woff and /dev/null differ diff --git a/target/doc/Heuristica-Italic.woff b/target/doc/Heuristica-Italic.woff deleted file mode 100644 index b0cebf0..0000000 Binary files a/target/doc/Heuristica-Italic.woff and /dev/null differ diff --git a/target/doc/Heuristica-LICENSE.txt b/target/doc/Heuristica-LICENSE.txt deleted file mode 100644 index dd85e40..0000000 --- a/target/doc/Heuristica-LICENSE.txt +++ /dev/null @@ -1,101 +0,0 @@ -Copyright 1989, 1991 Adobe Systems Incorporated. All rights reserved. -Utopia is either a registered trademark or trademark of Adobe Systems -Incorporated in the United States and/or other countries. Used under -license. - -Copyright 2006 Han The Thanh, Vntopia font family, http://vntex.sf.net - -Copyright (c) 2008-2012, Andrey V. Panov (panov@canopus.iacp.dvo.ru), -with Reserved Font Name Heuristica. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/target/doc/LICENSE-APACHE.txt b/target/doc/LICENSE-APACHE.txt deleted file mode 100644 index 16fe87b..0000000 --- a/target/doc/LICENSE-APACHE.txt +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - -APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - -Copyright [yyyy] [name of copyright owner] - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/target/doc/LICENSE-MIT.txt b/target/doc/LICENSE-MIT.txt deleted file mode 100644 index 31aa793..0000000 --- a/target/doc/LICENSE-MIT.txt +++ /dev/null @@ -1,23 +0,0 @@ -Permission is hereby granted, free of charge, to any -person obtaining a copy of this software and associated -documentation files (the "Software"), to deal in the -Software without restriction, including without -limitation the rights to use, copy, modify, merge, -publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software -is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice -shall be included in all copies or substantial portions -of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF -ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT -SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR -IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. diff --git a/target/doc/SourceCodePro-LICENSE.txt b/target/doc/SourceCodePro-LICENSE.txt deleted file mode 100644 index 0754257..0000000 --- a/target/doc/SourceCodePro-LICENSE.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. - -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/target/doc/SourceCodePro-Regular.woff b/target/doc/SourceCodePro-Regular.woff deleted file mode 100644 index 5576670..0000000 Binary files a/target/doc/SourceCodePro-Regular.woff and /dev/null differ diff --git a/target/doc/SourceCodePro-Semibold.woff b/target/doc/SourceCodePro-Semibold.woff deleted file mode 100644 index ca972a1..0000000 Binary files a/target/doc/SourceCodePro-Semibold.woff and /dev/null differ diff --git a/target/doc/SourceSerifPro-Bold.woff b/target/doc/SourceSerifPro-Bold.woff deleted file mode 100644 index ac1b1b3..0000000 Binary files a/target/doc/SourceSerifPro-Bold.woff and /dev/null differ diff --git a/target/doc/SourceSerifPro-LICENSE.txt b/target/doc/SourceSerifPro-LICENSE.txt deleted file mode 100644 index b77d653..0000000 --- a/target/doc/SourceSerifPro-LICENSE.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. - -This Font Software is licensed under the SIL Open Font License, Version 1.1. - -This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/target/doc/SourceSerifPro-Regular.woff b/target/doc/SourceSerifPro-Regular.woff deleted file mode 100644 index e8c43b8..0000000 Binary files a/target/doc/SourceSerifPro-Regular.woff and /dev/null differ diff --git a/target/doc/brush.svg b/target/doc/brush.svg deleted file mode 100644 index 072264a..0000000 --- a/target/doc/brush.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/target/doc/dark.css b/target/doc/dark.css deleted file mode 100644 index 2d0fe55..0000000 --- a/target/doc/dark.css +++ /dev/null @@ -1,391 +0,0 @@ -/** - * Copyright 2015 The Rust Project Developers. See the COPYRIGHT - * file at the top-level directory of this distribution and at - * http://rust-lang.org/COPYRIGHT. - * - * Licensed under the Apache License, Version 2.0 or the MIT license - * , at your - * option. This file may not be copied, modified, or distributed - * except according to those terms. - */ - -body { - background-color: #353535; - color: #ddd; -} - -h1, h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) { - color: #ddd; -} -h1.fqn { - border-bottom-color: #d2d2d2; -} -h2, h3:not(.impl):not(.method):not(.type):not(.tymethod), h4:not(.method):not(.type):not(.tymethod) { - border-bottom-color: #d2d2d2; -} - -.in-band { - background-color: #353535; -} - -.invisible { - background: rgba(0, 0, 0, 0); -} - -.docblock code, .docblock-short code { - background-color: #2A2A2A; -} -pre { - background-color: #2A2A2A; -} - -.sidebar { - background-color: #505050; -} - -.sidebar .current { - background-color: #333; -} - -.source .sidebar { - background-color: #353535; -} - -.sidebar .location { - border-color: #fff; - background: #575757; - color: #DDD; -} - -.sidebar .version { - border-bottom-color: #DDD; -} - -.sidebar-title { - border-top-color: #777; - border-bottom-color: #777; -} - -.block a:hover { - background: #444; -} - -.line-numbers span { color: #3B91E2; } -.line-numbers .line-highlighted { - background-color: #0a042f !important; -} - -.docblock h1, .docblock h2, .docblock h3, .docblock h4, .docblock h5 { - border-bottom-color: #DDD; -} - -.docblock table { - border-color: #ddd; -} - -.docblock table td { - border-top-color: #ddd; - border-bottom-color: #ddd; -} - -.docblock table th { - border-top-color: #ddd; - border-bottom-color: #ddd; -} - -:target { background: #494a3d; } - -:target > .in-band { - background: #494a3d; -} - -.content .method .where, -.content .fn .where, -.content .where.fmt-newline { - color: #ddd; -} - -.content .highlighted { - color: #eee !important; - background-color: #333; -} -.content .highlighted a, .content .highlighted span { color: #eee !important; } -.content .highlighted.trait { background-color: #013191; } -.content .highlighted.mod, -.content .highlighted.externcrate { background-color: #afc6e4; } -.content .highlighted.mod { background-color: #803a1b; } -.content .highlighted.externcrate { background-color: #396bac; } -.content .highlighted.enum { background-color: #5b4e68; } -.content .highlighted.struct { background-color: #194e9f; } -.content .highlighted.union { background-color: #b7bd49; } -.content .highlighted.fn, -.content .highlighted.method, -.content .highlighted.tymethod { background-color: #4950ed; } -.content .highlighted.type { background-color: #38902c; } -.content .highlighted.foreigntype { background-color: #b200d6; } -.content .highlighted.macro { background-color: #217d1c; } -.content .highlighted.constant, -.content .highlighted.static { background-color: #0063cc; } -.content .highlighted.primitive { background-color: #00708a; } - -.content span.enum, .content a.enum, .block a.current.enum { color: #82b089; } -.content span.struct, .content a.struct, .block a.current.struct { color: #2dbfb8; } -.content span.type, .content a.type, .block a.current.type { color: #ff7f00; } -.content span.foreigntype, .content a.foreigntype, .block a.current.foreigntype { color: #dd7de8; } -.content span.macro, .content a.macro, .block a.current.macro { color: #09bd00; } -.content span.union, .content a.union, .block a.current.union { color: #a6ae37; } -.content span.constant, .content a.constant, .block a.current.constant, -.content span.static, .content a.static, .block a.current.static { color: #82a5c9; } -.content span.primitive, .content a.primitive, .block a.current.primitive { color: #43aec7; } -.content span.externcrate, -.content span.mod, .content a.mod, .block a.current.mod { color: #bda000; } -.content span.trait, .content a.trait, .block a.current.trait { color: #b78cf2; } -.content span.fn, .content a.fn, .block a.current.fn, -.content span.method, .content a.method, .block a.current.method, -.content span.tymethod, .content a.tymethod, .block a.current.tymethod, -.content .fnname{ color: #2BAB63; } - -pre.rust .comment { color: #8d8d8b; } -pre.rust .doccomment { color: #8ca375; } - -nav { - border-bottom-color: #4e4e4e; -} -nav.main .current { - border-top-color: #eee; - border-bottom-color: #eee; -} -nav.main .separator { - border-color: #eee; -} -a { - color: #ddd; -} - -.docblock a, .docblock-short a, .stability a { - color: #D2991D; -} - -a.test-arrow { - color: #dedede; -} - -.collapse-toggle { - color: #999; -} - -.search-input { - color: #111; - box-shadow: 0 0 0 1px #000, 0 0 0 2px transparent; - background-color: #f0f0f0; -} - -.search-input:focus { - border-color: #008dfd; -} - -.stab.unstable { background: #FFF5D6; border-color: #FFC600; color: #404040; } -.stab.deprecated { background: #F3DFFF; border-color: #7F0087; color: #404040; } -.stab.portability { background: #C4ECFF; border-color: #7BA5DB; color: #404040; } - -.module-item .stab { - color: #ddd; -} - -#help > div { - background: #4d4d4d; - border-color: #bfbfbf; -} - -#help dt { - border-color: #bfbfbf; - background: rgba(0,0,0,0); - color: black; -} - -.since { - color: grey; -} - -tr.result span.primitive::after { - color: #ddd; -} - -.line-numbers :target { background-color: transparent; } - -/* Code highlighting */ -pre.rust .kw { color: #ab8ac1; } -pre.rust .kw-2, pre.rust .prelude-ty { color: #769acb; } -pre.rust .number, pre.rust .string { color: #83a300; } -pre.rust .self, pre.rust .bool-val, pre.rust .prelude-val, -pre.rust .attribute, pre.rust .attribute .ident { color: #ee6868; } -pre.rust .macro, pre.rust .macro-nonterminal { color: #3E999F; } -pre.rust .lifetime { color: #d97f26; } -pre.rust .question-mark { - color: #ff9011; -} - -a.test-arrow { - background-color: rgba(78, 139, 202, 0.2); -} - -a.test-arrow:hover{ - background-color: #4e8bca; -} - -.toggle-label { - color: #999; -} - -:target > code { - background: #FDFFD3; -} - -pre.compile_fail { - border-left: 2px solid rgba(255,0,0,.6); -} - -pre.compile_fail:hover, .information:hover + pre.compile_fail { - border-left: 2px solid #f00; -} - -pre.ignore { - border-left: 2px solid rgba(255,142,0,.6); -} - -pre.ignore:hover, .information:hover + pre.ignore { - border-left: 2px solid #ff9200; -} - -.tooltip.compile_fail { - color: rgba(255,0,0,.6); -} - -.information > .compile_fail:hover { - color: #f00; -} - -.tooltip.ignore { - color: rgba(255,142,0,.6); -} - -.information > .ignore:hover { - color: rgba(255,142,0,1); -} - -.search-failed > a { - color: #0089ff; -} - -.tooltip .tooltiptext { - background-color: black; - color: #fff; -} - -.tooltip .tooltiptext::after { - border-color: transparent black transparent transparent; -} - -.important-traits .tooltip .tooltiptext { - background-color: white; - color: black; - border-color: black; -} - -#titles > div { - border-bottom-color: #ccc; -} - -#titles > div.selected { - border-bottom-color: #0078ee; -} - -#titles > div:hover { - border-bottom-color: #0089ff; -} - -#titles > div > div.count { - color: #888; -} - -.modal { - background-color: rgba(0,0,0,0.3); -} - -.modal-content { - background-color: #272727; - border-color: #999; -} - -.modal-content > .close { - background-color: #272727; - border-color: #999; -} - -.modal-content > .close:hover { - background-color: #ff1f1f; - color: white; -} - -.modal-content > .whiter { - background-color: #272727; -} - -.modal-content > .close:hover + .whiter { - background-color: #ff1f1f; -} - -@media (max-width: 700px) { - .sidebar-menu { - background-color: #505050; - border-bottom-color: #e0e0e0; - border-right-color: #e0e0e0; - } - - .sidebar-elems { - background-color: #505050; - border-right-color: #000; - } - - #sidebar-filler { - background-color: #505050; - border-bottom-color: #e0e0e0; - } -} - -kbd { - color: #000; - background-color: #fafbfc; - border-color: #d1d5da; - border-bottom-color: #c6cbd1; - box-shadow-color: #c6cbd1; -} - -#theme-picker { - border-color: #e0e0e0; - background: #f0f0f0; -} - -#theme-picker:hover, #theme-picker:focus { - border-color: #ffb900; -} - -#theme-choices { - border-color: #e0e0e0; - background-color: #353535; -} - -#theme-choices > button:not(:first-child) { - border-top-color: #e0e0e0; -} - -#theme-choices > button:hover, #theme-choices > button:focus { - background-color: #444; -} - -@media (max-width: 700px) { - #theme-picker { - background: #f0f0f0; - } -} diff --git a/target/doc/implementors/core/clone/trait.Clone.js b/target/doc/implementors/core/clone/trait.Clone.js deleted file mode 100644 index 65833bb..0000000 --- a/target/doc/implementors/core/clone/trait.Clone.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl Clone for DispositionType",synthetic:false,types:["mailparse::DispositionType"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/cmp/trait.PartialEq.js b/target/doc/implementors/core/cmp/trait.PartialEq.js deleted file mode 100644 index 1f977ce..0000000 --- a/target/doc/implementors/core/cmp/trait.PartialEq.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl PartialEq for DispositionType",synthetic:false,types:["mailparse::DispositionType"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/convert/trait.From.js b/target/doc/implementors/core/convert/trait.From.js deleted file mode 100644 index bca3ba2..0000000 --- a/target/doc/implementors/core/convert/trait.From.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl From<QuotedPrintableError> for MailParseError",synthetic:false,types:["mailparse::MailParseError"]},{text:"impl From<DecodeError> for MailParseError",synthetic:false,types:["mailparse::MailParseError"]},{text:"impl From<Cow<'static, str>> for MailParseError",synthetic:false,types:["mailparse::MailParseError"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/default/trait.Default.js b/target/doc/implementors/core/default/trait.Default.js deleted file mode 100644 index 137415b..0000000 --- a/target/doc/implementors/core/default/trait.Default.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl Default for ParsedContentType",synthetic:false,types:["mailparse::ParsedContentType"]},{text:"impl Default for DispositionType",synthetic:false,types:["mailparse::DispositionType"]},{text:"impl Default for ParsedContentDisposition",synthetic:false,types:["mailparse::ParsedContentDisposition"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/fmt/trait.Debug.js b/target/doc/implementors/core/fmt/trait.Debug.js deleted file mode 100644 index b882da5..0000000 --- a/target/doc/implementors/core/fmt/trait.Debug.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl Debug for MailParseError",synthetic:false,types:["mailparse::MailParseError"]},{text:"impl<'a> Debug for MailHeader<'a>",synthetic:false,types:["mailparse::MailHeader"]},{text:"impl Debug for ParsedContentType",synthetic:false,types:["mailparse::ParsedContentType"]},{text:"impl Debug for DispositionType",synthetic:false,types:["mailparse::DispositionType"]},{text:"impl Debug for ParsedContentDisposition",synthetic:false,types:["mailparse::ParsedContentDisposition"]},{text:"impl<'a> Debug for ParsedMail<'a>",synthetic:false,types:["mailparse::ParsedMail"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/fmt/trait.Display.js b/target/doc/implementors/core/fmt/trait.Display.js deleted file mode 100644 index 93eafd2..0000000 --- a/target/doc/implementors/core/fmt/trait.Display.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{text:"impl Display for MailParseError",synthetic:false,types:["mailparse::MailParseError"]},]; - - if (window.register_implementors) { - window.register_implementors(implementors); - } else { - window.pending_implementors = implementors; - } - -})() diff --git a/target/doc/implementors/core/marker/trait.Send.js b/target/doc/implementors/core/marker/trait.Send.js deleted file mode 100644 index d22816b..0000000 --- a/target/doc/implementors/core/marker/trait.Send.js +++ /dev/null @@ -1,10 +0,0 @@ -(function() {var implementors = {}; -implementors["mailparse"] = [{t