Skip to content

Commit

Permalink
deploy: 04dbcb6
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Aug 11, 2023
1 parent cb11ebb commit 59522e5
Show file tree
Hide file tree
Showing 103 changed files with 203 additions and 203 deletions.
2 changes: 1 addition & 1 deletion implementors/binrw/binread/trait.BinRead.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/binrw/binwrite/trait.BinWrite.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/binrw/meta/trait.ReadEndian.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/binrw/meta/trait.WriteEndian.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/clone/trait.Clone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/cmp/trait.Eq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/cmp/trait.PartialEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/convert/trait.From.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementors/core/default/trait.Default.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/error/trait.Error.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementors/core/fmt/trait.Debug.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/fmt/trait.Display.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/hash/trait.Hash.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementors/core/marker/trait.Copy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/marker/trait.StructuralEq.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/marker/trait.StructuralPartialEq.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rekordcrate/anlz/enum.Content.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</div><section id="variant.Unknown" class="variant"><a href="#variant.Unknown" class="anchor">§</a><h3 class="code-header">Unknown(<a class="struct" href="struct.Unknown.html" title="struct rekordcrate::anlz::Unknown">Unknown</a>)</h3></section><div class="docblock"><p>Unknown content.</p>
<p>This allows handling files that contain unknown section types and allows to access later
sections in the file that have a known type instead of failing to parse the whole file.</p>
</div></div><h2 id="trait-implementations" class="small-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-BinRead-for-Content" class="impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#impl-BinRead-for-Content" class="anchor">§</a><h3 class="code-header">impl BinRead for <a class="enum" href="enum.Content.html" title="enum rekordcrate::anlz::Content">Content</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Args" class="associatedtype trait-impl"><a href="#associatedtype.Args" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Args</a> = (<a class="struct" href="struct.Header.html" title="struct rekordcrate::anlz::Header">Header</a>,)</h4></section></summary><div class='docblock'>The type used for the <code>args</code> parameter of <a href="Self::read_args"><code>read_args()</code></a> and
</div></div><h2 id="trait-implementations" class="small-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-BinRead-for-Content" class="impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#impl-BinRead-for-Content" class="anchor">§</a><h3 class="code-header">impl BinRead for <a class="enum" href="enum.Content.html" title="enum rekordcrate::anlz::Content">Content</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Args-1" class="associatedtype trait-impl"><a href="#associatedtype.Args-1" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Args</a> = (<a class="struct" href="struct.Header.html" title="struct rekordcrate::anlz::Header">Header</a>,)</h4></section></summary><div class='docblock'>The type used for the <code>args</code> parameter of <a href="Self::read_args"><code>read_args()</code></a> and
<a href="Self::read_options"><code>read_options()</code></a>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.read_options" class="method trait-impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#method.read_options" class="anchor">§</a><h4 class="code-header">fn <a class="fn">read_options</a>&lt;R: <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Read.html" title="trait std::io::Read">Read</a> + <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Seek.html" title="trait std::io::Seek">Seek</a>&gt;(
__binrw_generated_var_reader: <a class="primitive" href="https://doc.rust-lang.org/1.71.1/std/primitive.reference.html">&amp;mut R</a>,
__binrw_generated_var_options: &amp;ReadOptions,
Expand All @@ -51,7 +51,7 @@
_: Self::Args
) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.71.1/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.71.1/std/primitive.unit.html">()</a>, Error&gt;<span class="where fmt-newline">where
R: <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Read.html" title="trait std::io::Read">Read</a> + <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Seek.html" title="trait std::io::Seek">Seek</a>,</span></h4></section></summary><div class='docblock'>Runs any post-processing steps required to finalize construction of the
object. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-BinWrite-for-Content" class="impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#impl-BinWrite-for-Content" class="anchor">§</a><h3 class="code-header">impl BinWrite for <a class="enum" href="enum.Content.html" title="enum rekordcrate::anlz::Content">Content</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Args-1" class="associatedtype trait-impl"><a href="#associatedtype.Args-1" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Args</a> = <a class="primitive" href="https://doc.rust-lang.org/1.71.1/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>The type used for the <code>args</code> parameter of <a href="Self::write_args"><code>write_args()</code></a> and
object. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-BinWrite-for-Content" class="impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#impl-BinWrite-for-Content" class="anchor">§</a><h3 class="code-header">impl BinWrite for <a class="enum" href="enum.Content.html" title="enum rekordcrate::anlz::Content">Content</a></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Args" class="associatedtype trait-impl"><a href="#associatedtype.Args" class="anchor">§</a><h4 class="code-header">type <a class="associatedtype">Args</a> = <a class="primitive" href="https://doc.rust-lang.org/1.71.1/std/primitive.unit.html">()</a></h4></section></summary><div class='docblock'>The type used for the <code>args</code> parameter of <a href="Self::write_args"><code>write_args()</code></a> and
<a href="Self::write_options"><code>write_options()</code></a>. <a>Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.write_options" class="method trait-impl"><a class="srclink rightside" href="../../src/rekordcrate/anlz.rs.html#527">source</a><a href="#method.write_options" class="anchor">§</a><h4 class="code-header">fn <a class="fn">write_options</a>&lt;W: <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Write.html" title="trait std::io::Write">Write</a> + <a class="trait" href="https://doc.rust-lang.org/1.71.1/std/io/trait.Seek.html" title="trait std::io::Seek">Seek</a>&gt;(
&amp;self,
__binrw_generated_var_writer: <a class="primitive" href="https://doc.rust-lang.org/1.71.1/std/primitive.reference.html">&amp;mut W</a>,
Expand Down
Loading

0 comments on commit 59522e5

Please sign in to comment.