Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Aug 15, 2024
1 parent afd356d commit 338e9e4
Show file tree
Hide file tree
Showing 378 changed files with 427 additions and 437 deletions.
4 changes: 2 additions & 2 deletions api/musli/compat/struct.Packed.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ <h2 id="examples"><a class="doc-anchor" href="#examples">§</a>Examples</h2>
}
}</code></pre></div>
</div></details><h2 id="fields" class="fields section-header">Tuple Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.0" class="structfield section-header"><a href="#structfield.0" class="anchor field">§</a><code>0: T</code></span><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Decode%3C'de,+Binary%3E-for-Packed%3CT%3E" class="impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#impl-Decode%3C'de,+Binary%3E-for-Packed%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, T&gt; <a class="trait" href="../trait.Decode.html" title="trait musli::Decode">Decode</a>&lt;'de, <a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt; for <a class="struct" href="struct.Packed.html" title="struct musli::compat::Packed">Packed</a>&lt;T&gt;<div class="where">where
T: <a class="trait" href="../en/trait.EncodePacked.html" title="trait musli::en::EncodePacked">EncodePacked</a>&lt;<a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt; + <a class="trait" href="../de/trait.DecodePacked.html" title="trait musli::de::DecodePacked">DecodePacked</a>&lt;'de, <a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.decode" class="method trait-impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#method.decode" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Decode.html#tymethod.decode" class="fn">decode</a>&lt;T0&gt;(_0: &amp;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a>, _1: T0) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, &lt;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a> as <a class="trait" href="../trait.Context.html" title="trait musli::Context">Context</a>&gt;::<a class="associatedtype" href="../trait.Context.html#associatedtype.Error" title="type musli::Context::Error">Error</a>&gt;<div class="where">where
T: <a class="trait" href="../en/trait.EncodePacked.html" title="trait musli::en::EncodePacked">EncodePacked</a>&lt;<a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt; + <a class="trait" href="../de/trait.DecodePacked.html" title="trait musli::de::DecodePacked">DecodePacked</a>&lt;'de, <a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.decode-1" class="method trait-impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#method.decode-1" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Decode.html#tymethod.decode" class="fn">decode</a>&lt;T0&gt;(_0: &amp;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a>, _1: T0) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, &lt;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a> as <a class="trait" href="../trait.Context.html" title="trait musli::Context">Context</a>&gt;::<a class="associatedtype" href="../trait.Context.html#associatedtype.Error" title="type musli::Context::Error">Error</a>&gt;<div class="where">where
T0: <a class="trait" href="../trait.Decoder.html" title="trait musli::Decoder">Decoder</a>&lt;'de, Mode = <a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt;,</div></h4></section></summary><div class='docblock'>Decode the given input.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Decode%3C'de,+Text%3E-for-Packed%3CT%3E" class="impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#impl-Decode%3C'de,+Text%3E-for-Packed%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;'de, T&gt; <a class="trait" href="../trait.Decode.html" title="trait musli::Decode">Decode</a>&lt;'de, <a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt; for <a class="struct" href="struct.Packed.html" title="struct musli::compat::Packed">Packed</a>&lt;T&gt;<div class="where">where
T: <a class="trait" href="../en/trait.EncodePacked.html" title="trait musli::en::EncodePacked">EncodePacked</a>&lt;<a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt; + <a class="trait" href="../de/trait.DecodePacked.html" title="trait musli::de::DecodePacked">DecodePacked</a>&lt;'de, <a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.decode-1" class="method trait-impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#method.decode-1" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Decode.html#tymethod.decode" class="fn">decode</a>&lt;T0&gt;(_0: &amp;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a>, _1: T0) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, &lt;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a> as <a class="trait" href="../trait.Context.html" title="trait musli::Context">Context</a>&gt;::<a class="associatedtype" href="../trait.Context.html#associatedtype.Error" title="type musli::Context::Error">Error</a>&gt;<div class="where">where
T: <a class="trait" href="../en/trait.EncodePacked.html" title="trait musli::en::EncodePacked">EncodePacked</a>&lt;<a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt; + <a class="trait" href="../de/trait.DecodePacked.html" title="trait musli::de::DecodePacked">DecodePacked</a>&lt;'de, <a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.decode" class="method trait-impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#method.decode" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Decode.html#tymethod.decode" class="fn">decode</a>&lt;T0&gt;(_0: &amp;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a>, _1: T0) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;Self, &lt;T0::<a class="associatedtype" href="../trait.Decoder.html#associatedtype.Cx" title="type musli::Decoder::Cx">Cx</a> as <a class="trait" href="../trait.Context.html" title="trait musli::Context">Context</a>&gt;::<a class="associatedtype" href="../trait.Context.html#associatedtype.Error" title="type musli::Context::Error">Error</a>&gt;<div class="where">where
T0: <a class="trait" href="../trait.Decoder.html" title="trait musli::Decoder">Decoder</a>&lt;'de, Mode = <a class="enum" href="../mode/enum.Text.html" title="enum musli::mode::Text">Text</a>&gt;,</div></h4></section></summary><div class='docblock'>Decode the given input.</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Encode%3CBinary%3E-for-Packed%3CT%3E" class="impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#impl-Encode%3CBinary%3E-for-Packed%3CT%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="../trait.Encode.html" title="trait musli::Encode">Encode</a>&lt;<a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt; for <a class="struct" href="struct.Packed.html" title="struct musli::compat::Packed">Packed</a>&lt;T&gt;<div class="where">where
T: <a class="trait" href="../en/trait.EncodePacked.html" title="trait musli::en::EncodePacked">EncodePacked</a>&lt;<a class="enum" href="../mode/enum.Binary.html" title="enum musli::mode::Binary">Binary</a>&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.encode" class="method trait-impl"><a class="src rightside" href="../../src/musli/compat.rs.html#155">source</a><a href="#method.encode" class="anchor">§</a><h4 class="code-header">fn <a href="../trait.Encode.html#tymethod.encode" class="fn">encode</a>&lt;T0&gt;(
&amp;self,
Expand Down
2 changes: 1 addition & 1 deletion api/search-index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api/src/rune/compile/error.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -2643,7 +2643,7 @@
}
<span class="attr">#[cfg(feature = <span class="string">"fmt"</span>)]
</span>ErrorKind::UnexpectedEndOfSyntax { inside } =&gt; {
<span class="macro">write!</span>(f, <span class="string">"Unexpected end of syntax while parsing {inside:?}"</span>)<span class="question-mark">?</span>;
<span class="macro">write!</span>(f, <span class="string">"Unexpected end of syntax while parsing {inside}"</span>)<span class="question-mark">?</span>;
}
<span class="attr">#[cfg(feature = <span class="string">"fmt"</span>)]
</span>ErrorKind::ExpectedSyntaxEnd { inside, actual } =&gt; {
Expand Down
Loading

0 comments on commit 338e9e4

Please sign in to comment.