Skip to content

Commit

Permalink
Deploying to gh-pages from @ 49a474b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Nov 7, 2024
1 parent fea32cc commit 0c571cd
Show file tree
Hide file tree
Showing 327 changed files with 720 additions and 754 deletions.
2 changes: 1 addition & 1 deletion rs/.rustc_info.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"rustc_fingerprint":5557132429628849198,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.78.0 (9b00956e5 2024-04-29)\nbinary: rustc\ncommit-hash: 9b00956e56009bab2aa15d7bff10916599e3d6d6\ncommit-date: 2024-04-29\nhost: x86_64-unknown-linux-gnu\nrelease: 1.78.0\nLLVM version: 18.1.2\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/runner/.rustup/toolchains/1.78-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
{"rustc_fingerprint":3769520799576872815,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/runner/.rustup/toolchains/1.78-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.78.0 (9b00956e5 2024-04-29)\nbinary: rustc\ncommit-hash: 9b00956e56009bab2aa15d7bff10916599e3d6d6\ncommit-date: 2024-04-29\nhost: x86_64-unknown-linux-gnu\nrelease: 1.78.0\nLLVM version: 18.1.2\n","stderr":""}},"successes":{}}

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
&'a self,
index: <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>
) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>;
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.lookup_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#18">source</a><h4 class="code-header">fn <a href="#tymethod.lookup_index" class="fn">lookup_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, value: <a class="primitive" href="https://doc.rust-lang.org/1.78.0/std/primitive.reference.html">&amp;V</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.lookup_max_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#19">source</a><h4 class="code-header">fn <a href="#tymethod.lookup_max_index" class="fn">lookup_max_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_max_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#20">source</a><h4 class="code-header">fn <a href="#tymethod.get_max_index" class="fn">get_max_index</a>(&amp;self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_root_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#21">source</a><h4 class="code-header">fn <a href="#tymethod.get_root_index" class="fn">get_root_index</a>(&amp;self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_next_lower_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#22">source</a><h4 class="code-header">fn <a href="#tymethod.get_next_lower_index" class="fn">get_next_lower_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, index: <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_next_higher_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#23">source</a><h4 class="code-header">fn <a href="#tymethod.get_next_higher_index" class="fn">get_next_higher_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, index: <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.78.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-HyperTreeReadOperations%3C'a%3E-for-T" class="impl"><a class="src rightside" href="../../src/hypertree/red_black_tree.rs.html#547-660">source</a><a href="#impl-HyperTreeReadOperations%3C'a%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="trait.HyperTreeReadOperations.html" title="trait hypertree::hypertree::HyperTreeReadOperations">HyperTreeReadOperations</a>&lt;'a&gt; for T<div class="where">where
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.lookup_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#18">source</a><h4 class="code-header">fn <a href="#tymethod.lookup_index" class="fn">lookup_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, value: <a class="primitive" href="https://doc.rust-lang.org/1.78.0/std/primitive.reference.html">&amp;V</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.lookup_max_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#19">source</a><h4 class="code-header">fn <a href="#tymethod.lookup_max_index" class="fn">lookup_max_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_max_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#20">source</a><h4 class="code-header">fn <a href="#tymethod.get_max_index" class="fn">get_max_index</a>(&amp;self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_root_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#21">source</a><h4 class="code-header">fn <a href="#tymethod.get_root_index" class="fn">get_root_index</a>(&amp;self) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_next_lower_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#22">source</a><h4 class="code-header">fn <a href="#tymethod.get_next_lower_index" class="fn">get_next_lower_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, index: <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section><section id="tymethod.get_next_higher_index" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#23">source</a><h4 class="code-header">fn <a href="#tymethod.get_next_higher_index" class="fn">get_next_higher_index</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self, index: <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a>) -&gt; <a class="type" href="../utils/type.DataIndex.html" title="type hypertree::utils::DataIndex">DataIndex</a></h4></section></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.78.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-HyperTreeReadOperations%3C'a%3E-for-T" class="impl"><a class="src rightside" href="../../src/hypertree/red_black_tree.rs.html#530-643">source</a><a href="#impl-HyperTreeReadOperations%3C'a%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="trait.HyperTreeReadOperations.html" title="trait hypertree::hypertree::HyperTreeReadOperations">HyperTreeReadOperations</a>&lt;'a&gt; for T<div class="where">where
T: <a class="trait" href="../red_black_tree/trait.GetRedBlackTreeReadOnlyData.html" title="trait hypertree::red_black_tree::GetRedBlackTreeReadOnlyData">GetRedBlackTreeReadOnlyData</a>&lt;'a&gt;,</div></h3></section></div><script src="../../trait.impl/hypertree/hypertree/trait.HyperTreeReadOperations.js" async></script></section></div></main></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../hypertree/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">hypertree</a>::<wbr><a href="index.html">hypertree</a>::<wbr><a class="trait" href="#">HyperTreeValueIteratorTrait</a><button id="copy-path" title="Copy item path to clipboard"><img src="../../static.files/clipboard-7571035ce49a181d.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="src" href="../../src/hypertree/hypertree.rs.html#32-34">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait HyperTreeValueIteratorTrait&lt;'a, T: <a class="trait" href="trait.HyperTreeReadOperations.html" title="trait hypertree::hypertree::HyperTreeReadOperations">HyperTreeReadOperations</a>&lt;'a&gt;&gt; {
// Required method
fn <a href="#tymethod.iter" class="fn">iter</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self) -&gt; <a class="struct" href="struct.HyperTreeValueReadOnlyIterator.html" title="struct hypertree::hypertree::HyperTreeValueReadOnlyIterator">HyperTreeValueReadOnlyIterator</a>&lt;'_, T, V&gt; <a href="#" class="tooltip" data-notable-ty="HyperTreeValueReadOnlyIterator&lt;&#39;_, T, V&gt;"></a>;
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.iter" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.iter" class="fn">iter</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self) -&gt; <a class="struct" href="struct.HyperTreeValueReadOnlyIterator.html" title="struct hypertree::hypertree::HyperTreeValueReadOnlyIterator">HyperTreeValueReadOnlyIterator</a>&lt;'_, T, V&gt; <a href="#" class="tooltip" data-notable-ty="HyperTreeValueReadOnlyIterator&lt;&#39;_, T, V&gt;"></a></h4></section></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.78.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-HyperTreeValueIteratorTrait%3C'a,+T%3E-for-T" class="impl"><a class="src rightside" href="../../src/hypertree/red_black_tree.rs.html#870-885">source</a><a href="#impl-HyperTreeValueIteratorTrait%3C'a,+T%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="trait.HyperTreeValueIteratorTrait.html" title="trait hypertree::hypertree::HyperTreeValueIteratorTrait">HyperTreeValueIteratorTrait</a>&lt;'a, T&gt; for T<div class="where">where
}</code></pre><h2 id="required-methods" class="section-header">Required Methods<a href="#required-methods" class="anchor">§</a></h2><div class="methods"><section id="tymethod.iter" class="method"><a class="src rightside" href="../../src/hypertree/hypertree.rs.html#33">source</a><h4 class="code-header">fn <a href="#tymethod.iter" class="fn">iter</a>&lt;V: <a class="trait" href="trait.Payload.html" title="trait hypertree::hypertree::Payload">Payload</a>&gt;(&amp;'a self) -&gt; <a class="struct" href="struct.HyperTreeValueReadOnlyIterator.html" title="struct hypertree::hypertree::HyperTreeValueReadOnlyIterator">HyperTreeValueReadOnlyIterator</a>&lt;'_, T, V&gt; <a href="#" class="tooltip" data-notable-ty="HyperTreeValueReadOnlyIterator&lt;&#39;_, T, V&gt;"></a></h4></section></div><h2 id="object-safety" class="section-header">Object Safety<a href="#object-safety" class="anchor">§</a></h2><div class="object-safety-info">This trait is <b>not</b> <a href="https://doc.rust-lang.org/1.78.0/reference/items/traits.html#object-safety">object safe</a>.</div><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-HyperTreeValueIteratorTrait%3C'a,+T%3E-for-T" class="impl"><a class="src rightside" href="../../src/hypertree/red_black_tree.rs.html#853-868">source</a><a href="#impl-HyperTreeValueIteratorTrait%3C'a,+T%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;'a, T&gt; <a class="trait" href="trait.HyperTreeValueIteratorTrait.html" title="trait hypertree::hypertree::HyperTreeValueIteratorTrait">HyperTreeValueIteratorTrait</a>&lt;'a, T&gt; for T<div class="where">where
T: <a class="trait" href="../red_black_tree/trait.GetRedBlackTreeReadOnlyData.html" title="trait hypertree::red_black_tree::GetRedBlackTreeReadOnlyData">GetRedBlackTreeReadOnlyData</a>&lt;'a&gt; + <a class="trait" href="trait.HyperTreeReadOperations.html" title="trait hypertree::hypertree::HyperTreeReadOperations">HyperTreeReadOperations</a>&lt;'a&gt;,</div></h3></section></div><script src="../../trait.impl/hypertree/hypertree/trait.HyperTreeValueIteratorTrait.js" async></script><script type="text/json" id="notable-traits-data">{"HyperTreeValueReadOnlyIterator<'_, T, V>":"<h3>Notable traits for <code><a class=\"struct\" href=\"struct.HyperTreeValueReadOnlyIterator.html\" title=\"struct hypertree::hypertree::HyperTreeValueReadOnlyIterator\">HyperTreeValueReadOnlyIterator</a>&lt;'a, T, V&gt;</code></h3><pre><code><div class=\"where\">impl&lt;'a, T: <a class=\"trait\" href=\"trait.HyperTreeReadOperations.html\" title=\"trait hypertree::hypertree::HyperTreeReadOperations\">HyperTreeReadOperations</a>&lt;'a&gt; + <a class=\"trait\" href=\"../red_black_tree/trait.GetRedBlackTreeReadOnlyData.html\" title=\"trait hypertree::red_black_tree::GetRedBlackTreeReadOnlyData\">GetRedBlackTreeReadOnlyData</a>&lt;'a&gt;, V: <a class=\"trait\" href=\"trait.Payload.html\" title=\"trait hypertree::hypertree::Payload\">Payload</a>&gt; <a class=\"trait\" href=\"https://doc.rust-lang.org/1.78.0/core/iter/traits/iterator/trait.Iterator.html\" title=\"trait core::iter::traits::iterator::Iterator\">Iterator</a> for <a class=\"struct\" href=\"struct.HyperTreeValueReadOnlyIterator.html\" title=\"struct hypertree::hypertree::HyperTreeValueReadOnlyIterator\">HyperTreeValueReadOnlyIterator</a>&lt;'a, T, V&gt;</div><div class=\"where\"> type <a href=\"https://doc.rust-lang.org/1.78.0/core/iter/traits/iterator/trait.Iterator.html#associatedtype.Item\" class=\"associatedtype\">Item</a> = (<a class=\"type\" href=\"../utils/type.DataIndex.html\" title=\"type hypertree::utils::DataIndex\">DataIndex</a>, <a class=\"primitive\" href=\"https://doc.rust-lang.org/1.78.0/std/primitive.reference.html\">&amp;'a V</a>);</div>"}</script></section></div></main></body></html>
Loading

0 comments on commit 0c571cd

Please sign in to comment.