Skip to content

Commit b9e6315

Browse files
committed
deploy: c249eba
1 parent 7dd4f11 commit b9e6315

File tree

189 files changed

+525
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+525
-278
lines changed

dev/coreutils/fn.gen_completions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
</nav>
55
<nav class="sidebar"><a class="sidebar-logo" href="../coreutils/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
66
</a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In coreutils</a></h2><div id="sidebar-vars" data-name="gen_completions" data-ty="fn" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../coreutils/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
7-
<h1 class="fqn"><span class="in-band">Function <a href="index.html">coreutils</a>::<wbr><a class="fn" href="#">gen_completions</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#133-169">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub(crate) fn gen_completions&lt;T:&nbsp;<a class="trait" href="../uucore/trait.Args.html" title="trait uucore::Args">Args</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;args: impl <a class="trait" href="https://doc.rust-lang.org/1.62.1/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = <a class="struct" href="https://doc.rust-lang.org/1.62.1/std/ffi/os_str/struct.OsString.html" title="struct std::ffi::os_str::OsString">OsString</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;util_map: &amp;<a class="struct" href="https://docs.rs/phf/0.10/phf/map/struct.Map.html" title="struct phf::map::Map">Map</a>&lt;&amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.str.html">str</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>() -&gt; Command&lt;'static&gt;<a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">)</a>&gt;<br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.never.html">!</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Prints completions for the utility in the first parameter for the shell in the second parameter to stdout</p>
7+
<h1 class="fqn"><span class="in-band">Function <a href="index.html">coreutils</a>::<wbr><a class="fn" href="#">gen_completions</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#133-171">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub(crate) fn gen_completions&lt;T:&nbsp;<a class="trait" href="../uucore/trait.Args.html" title="trait uucore::Args">Args</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;args: impl <a class="trait" href="https://doc.rust-lang.org/1.62.1/core/iter/traits/iterator/trait.Iterator.html" title="trait core::iter::traits::iterator::Iterator">Iterator</a>&lt;Item = <a class="struct" href="https://doc.rust-lang.org/1.62.1/std/ffi/os_str/struct.OsString.html" title="struct std::ffi::os_str::OsString">OsString</a>&gt;, <br>&nbsp;&nbsp;&nbsp;&nbsp;util_map: &amp;<a class="struct" href="https://docs.rs/phf/0.10/phf/map/struct.Map.html" title="struct phf::map::Map">Map</a>&lt;&amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.str.html">str</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>() -&gt; Command&lt;'static&gt;<a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">)</a>&gt;<br>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.never.html">!</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Prints completions for the utility in the first parameter for the shell in the second parameter to stdout</p>
88
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="coreutils" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.62.1 (e092d0b6b 2022-07-16)" ></div>
99
</body></html>

dev/coreutils/fn.gen_coreutils_app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
</nav>
55
<nav class="sidebar"><a class="sidebar-logo" href="../coreutils/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
66
</a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In coreutils</a></h2><div id="sidebar-vars" data-name="gen_coreutils_app" data-ty="fn" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../coreutils/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
7-
<h1 class="fqn"><span class="in-band">Function <a href="index.html">coreutils</a>::<wbr><a class="fn" href="#">gen_coreutils_app</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#171-177">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub(crate) fn gen_coreutils_app&lt;T:&nbsp;<a class="trait" href="../uucore/trait.Args.html" title="trait uucore::Args">Args</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;util_map: &amp;<a class="struct" href="https://docs.rs/phf/0.10/phf/map/struct.Map.html" title="struct phf::map::Map">Map</a>&lt;&amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.str.html">str</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>() -&gt; Command&lt;'static&gt;<a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">)</a>&gt;<br>) -&gt; Command&lt;'static&gt;</code></pre></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="coreutils" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.62.1 (e092d0b6b 2022-07-16)" ></div>
7+
<h1 class="fqn"><span class="in-band">Function <a href="index.html">coreutils</a>::<wbr><a class="fn" href="#">gen_coreutils_app</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#173-179">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub(crate) fn gen_coreutils_app&lt;T:&nbsp;<a class="trait" href="../uucore/trait.Args.html" title="trait uucore::Args">Args</a>&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;util_map: &amp;<a class="struct" href="https://docs.rs/phf/0.10/phf/map/struct.Map.html" title="struct phf::map::Map">Map</a>&lt;&amp;'static <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.str.html">str</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">(</a><a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>(_: T) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.i32.html">i32</a>, <a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.fn.html">fn</a>() -&gt; Command&lt;'static&gt;<a class="primitive" href="https://doc.rust-lang.org/1.62.1/std/primitive.tuple.html">)</a>&gt;<br>) -&gt; Command&lt;'static&gt;</code></pre></div></section></div></main><div id="rustdoc-vars" data-root-path="../" data-current-crate="coreutils" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.62.1 (e092d0b6b 2022-07-16)" ></div>
88
</body></html>

dev/coreutils/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</nav>
55
<nav class="sidebar"><a class="sidebar-logo" href="../coreutils/index.html"><div class="logo-container"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></div>
66
</a><h2 class="location"><a href="#">Crate coreutils</a></h2><div class="sidebar-elems"><div class="block"><ul><li class="version">Version 0.0.14</li><li><a id="all-types" href="all.html">All Items</a></li></div></ul><section><div class="block"><ul><li><a href="#constants">Constants</a></li><li><a href="#functions">Functions</a></li><li><a href="#types">Type Definitions</a></li></ul></div></section><div id="sidebar-vars" data-name="coreutils" data-ty="mod" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../coreutils/index.html"><img class="rust-logo" src="../rust-logo.svg" alt="logo"></a><nav class="sub"><div class="theme-picker hidden"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu" title="themes"><img width="22" height="22" alt="Pick another theme!" src="../brush.svg"></button><div id="theme-choices" role="menu"></div></div><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><button type="button" id="help-button" title="help">?</button><a id="settings-menu" href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../wheel.svg"></a></div></form></nav></div><section id="main-content" class="content"><div class="main-heading">
7-
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">coreutils</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#8-177">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><h2 id="constants" class="small-section-header"><a href="#constants">Constants</a></h2>
7+
<h1 class="fqn"><span class="in-band">Crate <a class="mod" href="#">coreutils</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../src/coreutils/coreutils.rs.html#8-179">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><h2 id="constants" class="small-section-header"><a href="#constants">Constants</a></h2>
88
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="constant" href="constant.VERSION.html" title="coreutils::VERSION constant">VERSION</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div></div><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2>
99
<div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.binary_path.html" title="coreutils::binary_path fn">binary_path</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.gen_completions.html" title="coreutils::gen_completions fn">gen_completions</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"><p>Prints completions for the utility in the first parameter for the shell in the second parameter to stdout</p>
1010
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.gen_coreutils_app.html" title="coreutils::gen_coreutils_app fn">gen_coreutils_app</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.main.html" title="coreutils::main fn">main</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.name.html" title="coreutils::name fn">name</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.usage.html" title="coreutils::usage fn">usage</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.util_map.html" title="coreutils::util_map fn">util_map</a><span title="Restricted Visibility">&nbsp;🔒</span> </div><div class="item-right docblock-short"></div></div></div><h2 id="types" class="small-section-header"><a href="#types">Type Definitions</a></h2>

dev/implementors/core/clone/trait.Clone.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)