Skip to content

Commit 5ba503c

Browse files
committed
deploy: f0e8d44
1 parent 2117c72 commit 5ba503c

23 files changed

+39
-27
lines changed

dev/src/uucore/features/fs.rs.html

+4
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,8 @@
692692
<span id="692">692</span>
693693
<span id="693">693</span>
694694
<span id="694">694</span>
695+
<span id="695">695</span>
696+
<span id="696">696</span>
695697
</pre><pre class="rust"><code><span class="comment">// This file is part of the uutils coreutils package.
696698
//
697699
// (c) Joseph Crail &lt;jbcrail@gmail.com&gt;
@@ -809,6 +811,7 @@
809811
not(target_os = <span class="string">&quot;android&quot;</span>),
810812
not(target_os = <span class="string">&quot;freebsd&quot;</span>),
811813
not(target_arch = <span class="string">&quot;aarch64&quot;</span>),
814+
not(target_arch = <span class="string">&quot;riscv64&quot;</span>),
812815
target_pointer_width = <span class="string">&quot;64&quot;
813816
</span>))]
814817
</span><span class="kw">return </span><span class="self">self</span>.<span class="number">0</span>.st_nlink;
@@ -819,6 +822,7 @@
819822
target_os = <span class="string">&quot;android&quot;</span>,
820823
target_os = <span class="string">&quot;freebsd&quot;</span>,
821824
target_arch = <span class="string">&quot;aarch64&quot;</span>,
825+
target_arch = <span class="string">&quot;riscv64&quot;</span>,
822826
not(target_pointer_width = <span class="string">&quot;64&quot;</span>)
823827
)
824828
))]

dev/src/uucore/features/fsext.rs.html

+8
Original file line numberDiff line numberDiff line change
@@ -1069,6 +1069,10 @@
10691069
<span id="1069">1069</span>
10701070
<span id="1070">1070</span>
10711071
<span id="1071">1071</span>
1072+
<span id="1072">1072</span>
1073+
<span id="1073">1073</span>
1074+
<span id="1074">1074</span>
1075+
<span id="1075">1075</span>
10721076
</pre><pre class="rust"><code><span class="comment">// This file is part of the uutils coreutils package.
10731077
//
10741078
// (c) Jian Zeng &lt;anonymousknight96@gmail.com&gt;
@@ -1690,13 +1694,15 @@
16901694
not(target_vendor = <span class="string">&quot;apple&quot;</span>),
16911695
not(target_os = <span class="string">&quot;android&quot;</span>),
16921696
not(target_os = <span class="string">&quot;freebsd&quot;</span>),
1697+
not(target_arch = <span class="string">&quot;s390x&quot;</span>),
16931698
target_pointer_width = <span class="string">&quot;64&quot;
16941699
</span>))]
16951700
</span><span class="kw">return </span><span class="self">self</span>.f_bsize;
16961701
<span class="attribute">#[cfg(all(
16971702
not(target_env = <span class="string">&quot;musl&quot;</span>),
16981703
not(target_os = <span class="string">&quot;freebsd&quot;</span>),
16991704
any(
1705+
target_arch = <span class="string">&quot;s390x&quot;</span>,
17001706
target_vendor = <span class="string">&quot;apple&quot;</span>,
17011707
target_os = <span class="string">&quot;android&quot;</span>,
17021708
not(target_pointer_width = <span class="string">&quot;64&quot;</span>)
@@ -1752,6 +1758,7 @@
17521758
not(target_vendor = <span class="string">&quot;apple&quot;</span>),
17531759
not(target_os = <span class="string">&quot;android&quot;</span>),
17541760
not(target_os = <span class="string">&quot;freebsd&quot;</span>),
1761+
not(target_arch = <span class="string">&quot;s390x&quot;</span>),
17551762
target_pointer_width = <span class="string">&quot;64&quot;
17561763
</span>))]
17571764
</span><span class="kw">return </span><span class="self">self</span>.f_type;
@@ -1761,6 +1768,7 @@
17611768
target_vendor = <span class="string">&quot;apple&quot;</span>,
17621769
target_os = <span class="string">&quot;android&quot;</span>,
17631770
target_os = <span class="string">&quot;freebsd&quot;</span>,
1771+
target_arch = <span class="string">&quot;s390x&quot;</span>,
17641772
not(target_pointer_width = <span class="string">&quot;64&quot;</span>)
17651773
)
17661774
))]

dev/uucore/fs/enum.MissingHandling.html

+3-3
Large diffs are not rendered by default.

dev/uucore/fs/enum.ResolveMode.html

+3-3
Large diffs are not rendered by default.

dev/uucore/fs/fn.canonicalize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!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="Return the canonical, absolute form of a path."><meta name="keywords" content="rust, rustlang, rust-lang, canonicalize"><title>canonicalize in uucore::fs - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../normalize.css"><link rel="stylesheet" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../ayu.css" disabled><link rel="stylesheet" href="../../dark.css" disabled><link rel="stylesheet" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../uucore/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../uucore/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2><a href="index.html">In uucore::fs</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Function <a href="../index.html">uucore</a>::<wbr><a href="index.html">fs</a>::<wbr><a class="fn" href="#">canonicalize</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></h1><span class="out-of-band"><a class="srclink" href="../../src/uucore/features/fs.rs.html#327-423">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="item-decl"><pre class="rust fn"><code>pub fn canonicalize&lt;P:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.66.1/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.66.1/std/path/struct.Path.html" title="struct std::path::Path">Path</a>&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;original: P,<br>&nbsp;&nbsp;&nbsp;&nbsp;miss_mode: <a class="enum" href="enum.MissingHandling.html" title="enum uucore::fs::MissingHandling">MissingHandling</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;res_mode: <a class="enum" href="enum.ResolveMode.html" title="enum uucore::fs::ResolveMode">ResolveMode</a><br>) -&gt; <a class="type" href="https://doc.rust-lang.org/1.66.1/std/io/error/type.Result.html" title="type std::io::error::Result">IOResult</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.66.1/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Return the canonical, absolute form of a path.</p>
1+
<!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="Return the canonical, absolute form of a path."><meta name="keywords" content="rust, rustlang, rust-lang, canonicalize"><title>canonicalize in uucore::fs - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../normalize.css"><link rel="stylesheet" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../ayu.css" disabled><link rel="stylesheet" href="../../dark.css" disabled><link rel="stylesheet" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../uucore/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../uucore/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2><a href="index.html">In uucore::fs</a></h2></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Function <a href="../index.html">uucore</a>::<wbr><a href="index.html">fs</a>::<wbr><a class="fn" href="#">canonicalize</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></h1><span class="out-of-band"><a class="srclink" href="../../src/uucore/features/fs.rs.html#329-425">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="item-decl"><pre class="rust fn"><code>pub fn canonicalize&lt;P:&nbsp;<a class="trait" href="https://doc.rust-lang.org/1.66.1/core/convert/trait.AsRef.html" title="trait core::convert::AsRef">AsRef</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.66.1/std/path/struct.Path.html" title="struct std::path::Path">Path</a>&gt;&gt;(<br>&nbsp;&nbsp;&nbsp;&nbsp;original: P,<br>&nbsp;&nbsp;&nbsp;&nbsp;miss_mode: <a class="enum" href="enum.MissingHandling.html" title="enum uucore::fs::MissingHandling">MissingHandling</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;res_mode: <a class="enum" href="enum.ResolveMode.html" title="enum uucore::fs::ResolveMode">ResolveMode</a><br>) -&gt; <a class="type" href="https://doc.rust-lang.org/1.66.1/std/io/error/type.Result.html" title="type std::io::error::Result">IOResult</a>&lt;<a class="struct" href="https://doc.rust-lang.org/1.66.1/std/path/struct.PathBuf.html" title="struct std::path::PathBuf">PathBuf</a>&gt;</code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Return the canonical, absolute form of a path.</p>
22
<p>This function is a generalization of <a href="https://doc.rust-lang.org/1.66.1/std/fs/fn.canonicalize.html" title="std::fs::canonicalize"><code>std::fs::canonicalize</code></a> that
33
allows controlling how symbolic links are resolved and how to deal
44
with missing components. It returns the canonical, absolute form of

0 commit comments

Comments
 (0)