aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/juicebox_asm/prelude.rs.html
diff options
context:
space:
mode:
authorjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
committerjohannst <johannst@users.noreply.github.com>2023-03-05 20:47:28 +0000
commit865c1d3231fd57c648121d961be91793d0bfe690 (patch)
treea9dc81103d1e9d38b6a7ffe1f728d5f0e4959610 /src/juicebox_asm/prelude.rs.html
parent872cf6d06f4d77637b4627fdc583bab79ee2372f (diff)
downloadjuicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.tar.gz
juicebox-asm-865c1d3231fd57c648121d961be91793d0bfe690.zip
deploy: 1ea7de2ba46b58b4afe3e65b95d8a45160218a5c
Diffstat (limited to 'src/juicebox_asm/prelude.rs.html')
-rw-r--r--src/juicebox_asm/prelude.rs.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/juicebox_asm/prelude.rs.html b/src/juicebox_asm/prelude.rs.html
index 51df87d..be1334b 100644
--- a/src/juicebox_asm/prelude.rs.html
+++ b/src/juicebox_asm/prelude.rs.html
@@ -6,7 +6,11 @@
<a href="#6" id="6">6</a>
<a href="#7" id="7">7</a>
<a href="#8" id="8">8</a>
-</pre><pre class="rust"><code><span class="kw">pub use </span><span class="kw">crate</span>::Asm;
+<a href="#9" id="9">9</a>
+<a href="#10" id="10">10</a>
+</pre><pre class="rust"><code><span class="doccomment">//! Crate prelude, which can be used to import the most important types at once.
+
+</span><span class="kw">pub use </span><span class="kw">crate</span>::Asm;
<span class="kw">pub use </span><span class="kw">crate</span>::MemOp;
<span class="kw">pub use </span><span class="kw">crate</span>::imm::{Imm16, Imm32, Imm64, Imm8};