Adding large folders

This commit is contained in:
2026-02-26 12:00:21 -05:00
parent 5400d82acd
commit 49701c85ad
47332 changed files with 1942573 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
<!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="Additional `DataMarker` helpers."><title>icu_provider::marker - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="icu_provider" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="../sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">Module marker</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../icu_provider/index.html">icu_<wbr>provider</a><span class="version">2.1.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Module marker</a></h2><h3><a href="#macros">Module Items</a></h3><ul class="block"><li><a href="#macros" title="Macros">Macros</a></li><li><a href="#structs" title="Structs">Structs</a></li><li><a href="#traits" title="Traits">Traits</a></li></ul></section><div id="rustdoc-modnav"><h2 class="in-crate"><a href="../index.html">In crate icu_<wbr>provider</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">icu_provider</a></div><h1>Module <span>marker</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/icu_provider/lib.rs.html#138">Source</a> </span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Additional <a href="../trait.DataMarker.html" title="trait icu_provider::DataMarker"><code>DataMarker</code></a> helpers.</p>
</div></details><h2 id="macros" class="section-header">Macros<a href="#macros" class="anchor">§</a></h2><dl class="item-table"><dt><a class="macro" href="macro.impl_data_provider_never_marker.html" title="macro icu_provider::marker::impl_data_provider_never_marker">impl_<wbr>data_<wbr>provider_<wbr>never_<wbr>marker</a></dt><dd>Implements <code>DataProvider&lt;NeverMarker&lt;Y&gt;&gt;</code> on a struct.</dd></dl><h2 id="structs" class="section-header">Structs<a href="#structs" class="anchor">§</a></h2><dl class="item-table"><dt><a class="struct" href="struct.DataMarkerId.html" title="struct icu_provider::marker::DataMarkerId">Data<wbr>Marker<wbr>Id</a></dt><dd>The ID of a data marker.</dd><dt><a class="struct" href="struct.DataMarkerIdHash.html" title="struct icu_provider::marker::DataMarkerIdHash">Data<wbr>Marker<wbr>IdHash</a></dt><dd>A compact hash of a <a href="../struct.DataMarkerInfo.html" title="struct icu_provider::DataMarkerInfo"><code>DataMarkerInfo</code></a>. Useful for keys in maps.</dd><dt><a class="struct" href="struct.ErasedMarker.html" title="struct icu_provider::marker::ErasedMarker">Erased<wbr>Marker</a></dt><dd>A marker for the given <code>DataStruct</code>.</dd><dt><a class="struct" href="struct.NeverMarker.html" title="struct icu_provider::marker::NeverMarker">Never<wbr>Marker</a></dt><dd>A <a href="../trait.DynamicDataMarker.html" title="trait icu_provider::DynamicDataMarker"><code>DynamicDataMarker</code></a> that never returns data.</dd></dl><h2 id="traits" class="section-header">Traits<a href="#traits" class="anchor">§</a></h2><dl class="item-table"><dt><a class="trait" href="trait.DataMarkerExt.html" title="trait icu_provider::marker::DataMarkerExt">Data<wbr>Marker<wbr>Ext</a></dt><dd>Extension trait for methods on <a href="../trait.DataMarker.html" title="trait icu_provider::DataMarker"><code>DataMarker</code></a></dd></dl></section></div></main></body></html>

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.impl_data_provider_never_marker.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.impl_data_provider_never_marker.html">macro.impl_data_provider_never_marker.html</a>...</p>
<script>location.replace("macro.impl_data_provider_never_marker.html" + location.search + location.hash);</script>
</body>
</html>

View File

@@ -0,0 +1,29 @@
<!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="Implements `DataProvider&#60;NeverMarker&#60;Y&#62;&#62;` on a struct."><title>impl_data_provider_never_marker in icu_provider::marker - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="icu_provider" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc macro"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">impl_data_provider_never_marker</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../icu_provider/index.html">icu_<wbr>provider</a><span class="version">2.1.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">impl_<wbr>data_<wbr>provider_<wbr>never_<wbr>marker</a></h2><h3><a href="#">Sections</a></h3><ul class="block top-toc"><li><a href="#examples" title="Examples">Examples</a></li></ul></section><div id="rustdoc-modnav"><h2><a href="index.html">In icu_<wbr>provider::<wbr>marker</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">icu_provider</a>::<wbr><a href="index.html">marker</a></div><h1>Macro <span class="macro">impl_<wbr>data_<wbr>provider_<wbr>never_<wbr>marker</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/icu_provider/marker.rs.html#193-211">Source</a> </span></div><pre class="rust item-decl"><code>macro_rules! impl_data_provider_never_marker {
($ty:path) =&gt; { ... };
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Implements <code>DataProvider&lt;NeverMarker&lt;Y&gt;&gt;</code> on a struct.</p>
<p>For more information, see <a href="struct.NeverMarker.html" title="struct icu_provider::marker::NeverMarker"><code>NeverMarker</code></a>.</p>
<h2 id="examples"><a class="doc-anchor" href="#examples">§</a>Examples</h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="kw">use </span>icu_locale_core::langid;
<span class="kw">use </span>icu_provider::hello_world::<span class="kw-2">*</span>;
<span class="kw">use </span>icu_provider::marker::NeverMarker;
<span class="kw">use </span>icu_provider::prelude::<span class="kw-2">*</span>;
<span class="kw">struct </span>MyProvider;
<span class="macro">icu_provider::marker::impl_data_provider_never_marker!</span>(MyProvider);
<span class="kw">let </span>result = DataProvider::&lt;NeverMarker&lt;HelloWorld&lt;<span class="lifetime">'static</span>&gt;&gt;&gt;::load(
<span class="kw-2">&amp;</span>MyProvider,
DataRequest {
id: DataIdentifierBorrowed::for_locale(<span class="kw-2">&amp;</span><span class="macro">langid!</span>(<span class="string">"und"</span>).into()),
..Default::default()
},
);
<span class="macro">assert!</span>(<span class="macro">matches!</span>(
result,
<span class="prelude-val">Err</span>(DataError {
kind: DataErrorKind::MarkerNotFound,
..
})
));</code></pre></div></div></details></section></div></main></body></html>

View File

@@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"macro":["impl_data_provider_never_marker"],"struct":["DataMarkerId","DataMarkerIdHash","ErasedMarker","NeverMarker"],"trait":["DataMarkerExt"]};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,10 @@
<!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="Extension trait for methods on `DataMarker`"><title>DataMarkerExt in icu_provider::marker - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-6b053e98.ttf.woff2,FiraSans-Italic-81dc35de.woff2,FiraSans-Regular-0fe48ade.woff2,FiraSans-MediumItalic-ccf7e434.woff2,FiraSans-Medium-e1aa3f0a.woff2,SourceCodePro-Regular-8badfe75.ttf.woff2,SourceCodePro-Semibold-aa29a496.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2"href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-9960930a.css"><link rel="stylesheet" href="../../static.files/rustdoc-ca0dd0c4.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="icu_provider" data-themes="" data-resource-suffix="" data-rustdoc-version="1.93.1 (01f6ddf75 2026-02-11) (Arch Linux rust 1:1.93.1-1)" data-channel="1.93.1" data-search-js="search-9e2438ea.js" data-stringdex-js="stringdex-a3946164.js" data-settings-js="settings-c38705f0.js" ><script src="../../static.files/storage-e2aeef58.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-a410ff4d.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-263c88ec.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-eab170b8.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-044be391.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><rustdoc-topbar><h2><a href="#">DataMarkerExt</a></h2></rustdoc-topbar><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../icu_provider/index.html">icu_<wbr>provider</a><span class="version">2.1.1</span></h2></div><div class="sidebar-elems"><section id="rustdoc-toc"><h2 class="location"><a href="#">Data<wbr>Marker<wbr>Ext</a></h2><h3><a href="#required-methods">Required Methods</a></h3><ul class="block"><li><a href="#tymethod.bind" title="bind">bind</a></li><li><a href="#tymethod.make_locale" title="make_locale">make_locale</a></li></ul><h3><a href="#dyn-compatibility">Dyn Compatibility</a></h3><h3><a href="#implementors">Implementors</a></h3></section><div id="rustdoc-modnav"><h2><a href="index.html">In icu_<wbr>provider::<wbr>marker</a></h2></div></div></nav><div class="sidebar-resizer" title="Drag to resize sidebar"></div><main><div class="width-limiter"><section id="main-content" class="content"><div class="main-heading"><div class="rustdoc-breadcrumbs"><a href="../index.html">icu_provider</a>::<wbr><a href="index.html">marker</a></div><h1>Trait <span class="trait">Data<wbr>Marker<wbr>Ext</span>&nbsp;<button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><rustdoc-toolbar></rustdoc-toolbar><span class="sub-heading"><a class="src" href="../../src/icu_provider/marker.rs.html#81-88">Source</a> </span></div><pre class="rust item-decl"><code>pub trait DataMarkerExt: <a class="trait" href="../trait.DataMarker.html" title="trait icu_provider::DataMarker">DataMarker</a> + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a> {
// Required methods
fn <a href="#tymethod.bind" class="fn">bind</a>&lt;P&gt;(provider: P) -&gt; <a class="struct" href="../struct.DataProviderWithMarker.html" title="struct icu_provider::DataProviderWithMarker">DataProviderWithMarker</a>&lt;Self, P&gt;
<span class="where">where P: <a class="trait" href="../trait.DataProvider.html" title="trait icu_provider::DataProvider">DataProvider</a>&lt;Self&gt;</span>;
<span class="item-spacer"></span> fn <a href="#tymethod.make_locale" class="fn">make_locale</a>(locale: <a class="struct" href="../../icu_locale_core/preferences/locale/struct.LocalePreferences.html" title="struct icu_locale_core::preferences::locale::LocalePreferences">LocalePreferences</a>) -&gt; <a class="struct" href="../struct.DataLocale.html" title="struct icu_provider::DataLocale">DataLocale</a>;
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Extension trait for methods on <a href="../trait.DataMarker.html" title="trait icu_provider::DataMarker"><code>DataMarker</code></a></p>
</div></details><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><details class="toggle method-toggle" open><summary><section id="tymethod.bind" class="method"><a class="src rightside" href="../../src/icu_provider/marker.rs.html#83-85">Source</a><h4 class="code-header">fn <a href="#tymethod.bind" class="fn">bind</a>&lt;P&gt;(provider: P) -&gt; <a class="struct" href="../struct.DataProviderWithMarker.html" title="struct icu_provider::DataProviderWithMarker">DataProviderWithMarker</a>&lt;Self, P&gt;<div class="where">where
P: <a class="trait" href="../trait.DataProvider.html" title="trait icu_provider::DataProvider">DataProvider</a>&lt;Self&gt;,</div></h4></section></summary><div class="docblock"><p>Binds a <a href="../trait.DataMarker.html" title="trait icu_provider::DataMarker"><code>DataMarker</code></a> to a provider supporting it.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.make_locale" class="method"><a class="src rightside" href="../../src/icu_provider/marker.rs.html#87">Source</a><h4 class="code-header">fn <a href="#tymethod.make_locale" class="fn">make_locale</a>(locale: <a class="struct" href="../../icu_locale_core/preferences/locale/struct.LocalePreferences.html" title="struct icu_locale_core::preferences::locale::LocalePreferences">LocalePreferences</a>) -&gt; <a class="struct" href="../struct.DataLocale.html" title="struct icu_provider::DataLocale">DataLocale</a></h4></section></summary><div class="docblock"><p>Constructs a <a href="../struct.DataLocale.html" title="struct icu_provider::DataLocale"><code>DataLocale</code></a> using fallback preferences from this <a href="../trait.DataMarker.html" title="trait icu_provider::DataMarker"><code>DataMarker</code></a>.</p>
</div></details></div><h2 id="dyn-compatibility" class="section-header">Dyn Compatibility<a href="#dyn-compatibility" class="anchor">§</a></h2><div class="dyn-compatibility-info"><p>This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.93.1/reference/items/traits.html#dyn-compatibility">dyn compatible</a>.</p><p><i>In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.</i></p></div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-DataMarkerExt-for-M" class="impl"><a class="src rightside" href="../../src/icu_provider/marker.rs.html#90-101">Source</a><a href="#impl-DataMarkerExt-for-M" class="anchor">§</a><h3 class="code-header">impl&lt;M: <a class="trait" href="../trait.DataMarker.html" title="trait icu_provider::DataMarker">DataMarker</a> + <a class="trait" href="https://doc.rust-lang.org/1.93.1/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>&gt; <a class="trait" href="trait.DataMarkerExt.html" title="trait icu_provider::marker::DataMarkerExt">DataMarkerExt</a> for M</h3></section></div><script src="../../trait.impl/icu_provider/marker_full/trait.DataMarkerExt.js" async></script></section></div></main></body></html>