aboutsummaryrefslogtreecommitdiff
path: root/irsc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'irsc/index.html')
-rw-r--r--irsc/index.html195
1 files changed, 195 insertions, 0 deletions
diff --git a/irsc/index.html b/irsc/index.html
new file mode 100644
index 0000000..a020c9d
--- /dev/null
+++ b/irsc/index.html
@@ -0,0 +1,195 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="generator" content="rustdoc">
+ <meta name="description" content="API documentation for the Rust `irsc` crate.">
+ <meta name="keywords" content="rust, rustlang, rust-lang, irsc">
+
+ <title>irsc - Rust</title>
+
+ <link rel="stylesheet" type="text/css" href="../main.css">
+
+
+
+</head>
+<body class="rustdoc">
+ <!--[if lte IE 8]>
+ <div class="warning">
+ This old browser is unsupported and will most likely display funky
+ things.
+ </div>
+ <![endif]-->
+
+
+
+ <section class="sidebar">
+
+ <p class='location'></p><script>window.sidebarCurrent = {name: 'irsc', ty: 'mod', relpath: '../'};</script>
+ </section>
+
+ <nav class="sub">
+ <form class="search-form js-only">
+ <div class="search-container">
+ <input class="search-input" name="search"
+ autocomplete="off"
+ placeholder="Click or press 'S' to search, '?' for more options..."
+ type="search">
+ </div>
+ </form>
+ </nav>
+
+ <section id='main' class="content mod">
+<h1 class='fqn'><span class='in-band'>Crate <a class='mod' href=''>irsc</a></span><span class='out-of-band'><span id='render-detail'>
+ <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
+ [<span class='inner'>&#x2212;</span>]
+ </a>
+ </span><a id='src-0' class='srclink' href='../src/irsc/lib.rs.html#1-62' title='goto source code'>[src]</a></span></h1>
+<h2 id='reexports' class='section-header'><a href="#reexports">Reexports</a></h2>
+<table><tr><td><code>pub use ident::<a class='struct' href='../irsc/ident/struct.Ident.html' title='irsc::ident::Ident'>Ident</a>;</code></td></tr><tr><td><code>pub use message::{<a class='struct' href='../irsc/message/struct.Message.html' title='irsc::message::Message'>Message</a>, <a class='enum' href='../irsc/message/enum.MsgType.html' title='irsc::message::MsgType'>MsgType</a>};</code></td></tr><tr><td><code>pub use command::<a class='enum' href='../irsc/command/enum.Command.html' title='irsc::command::Command'>Command</a>;</code></td></tr><tr><td><code>pub use reply::<a class='enum' href='../irsc/reply/enum.Reply.html' title='irsc::reply::Reply'>Reply</a>;</code></td></tr><tr><td><code>pub use event::<a class='enum' href='../irsc/event/enum.Event.html' title='irsc::event::Event'>Event</a>;</code></td></tr><tr><td><code>pub use client::{<a class='trait' href='../irsc/client/trait.Client.html' title='irsc::client::Client'>Client</a>, <a class='struct' href='../irsc/client/struct.OwnedClient.html' title='irsc::client::OwnedClient'>OwnedClient</a>, <a class='struct' href='../irsc/client/struct.SharedClient.html' title='irsc::client::SharedClient'>SharedClient</a>};</code></td></tr></table><h2 id='modules' class='section-header'><a href="#modules">Modules</a></h2>
+<table>
+ <tr class=' module-item'>
+ <td><a class='mod' href='callback/index.html'
+ title='irsc::callback'>callback</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='client/index.html'
+ title='irsc::client'>client</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='color/index.html'
+ title='irsc::color'>color</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='command/index.html'
+ title='irsc::command'>command</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='event/index.html'
+ title='irsc::event'>event</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='ident/index.html'
+ title='irsc::ident'>ident</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='message/index.html'
+ title='irsc::message'>message</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+
+ <tr class=' module-item'>
+ <td><a class='mod' href='reply/index.html'
+ title='irsc::reply'>reply</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+ </table><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
+<table>
+ <tr class=' module-item'>
+ <td><a class='struct' href='struct.Result.html'
+ title='irsc::Result'>Result</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+ </table><h2 id='enums' class='section-header'><a href="#enums">Enums</a></h2>
+<table>
+ <tr class=' module-item'>
+ <td><a class='enum' href='enum.IrscError.html'
+ title='irsc::IrscError'>IrscError</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+ </table><h2 id='constants' class='section-header'><a href="#constants">Constants</a></h2>
+<table>
+ <tr class=' module-item'>
+ <td><a class='constant' href='constant.DEBUG.html'
+ title='irsc::DEBUG'>DEBUG</a></td>
+ <td class='docblock short'>
+
+ </td>
+ </tr>
+ </table><h2 id='impls' class='section-header'><a href="#impls">Implementations</a></h2>
+<table></table></section>
+ <section id='search' class="content hidden"></section>
+
+ <section class="footer"></section>
+
+ <div id="help" class="hidden">
+ <div class="shortcuts">
+ <h1>Keyboard shortcuts</h1>
+ <dl>
+ <dt>?</dt>
+ <dd>Show this help dialog</dd>
+ <dt>S</dt>
+ <dd>Focus the search field</dd>
+ <dt>&larrb;</dt>
+ <dd>Move up in search results</dd>
+ <dt>&rarrb;</dt>
+ <dd>Move down in search results</dd>
+ <dt>&#9166;</dt>
+ <dd>Go to active search result</dd>
+ </dl>
+ </div>
+ <div class="infos">
+ <h1>Search tricks</h1>
+ <p>
+ Prefix searches with a type followed by a colon (e.g.
+ <code>fn:</code>) to restrict the search to a given type.
+ </p>
+ <p>
+ Accepted types are: <code>fn</code>, <code>mod</code>,
+ <code>struct</code>, <code>enum</code>,
+ <code>trait</code>, <code>typedef</code> (or
+ <code>tdef</code>).
+ </p>
+ <p>
+ Search functions by type signature (e.g.
+ <code>vec -> usize</code>)
+ </p>
+ </div>
+ </div>
+
+
+
+ <script>
+ window.rootPath = "../";
+ window.currentCrate = "irsc";
+ window.playgroundUrl = "";
+ </script>
+ <script src="../jquery.js"></script>
+ <script src="../main.js"></script>
+
+ <script async src="../search-index.js"></script>
+</body>
+</html> \ No newline at end of file