Skip to content

Commit

Permalink
deploy: 607c990
Browse files Browse the repository at this point in the history
  • Loading branch information
yusdacra committed Nov 17, 2024
1 parent 46113ef commit 0248db0
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 6 deletions.
120 changes: 116 additions & 4 deletions reference/rust-crane/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranebuildcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>buildCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand All @@ -2277,6 +2286,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranecheckcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>checkCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3600,6 +3618,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranetestcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>testCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -6224,6 +6251,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranebuildcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>buildCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand All @@ -6242,6 +6278,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranecheckcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>checkCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -7565,6 +7610,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#rust-cranetestcommand" class="md-nav__link">
<span class="md-ellipsis">
rust-crane.<wbr>testCommand
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -10237,8 +10291,25 @@ <h4 id="publicdocs">public.docs<a class="headerlink" href="#publicdocs" title="P
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/core/docs">dream2nix/modules/dream2nix/core/docs</a></td>
</tr></table>

<h4 id="rust-cranebuildcommand">rust-crane.buildCommand<a class="headerlink" href="#rust-cranebuildcommand" title="Permanent link">&para;</a></h4>
<p>The cargo subcommand to use when building the crate (instead of 'build' in 'cargo build')</p>
<table>
<tr>
<td>type</td>
<td>string </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr><tr>
<td>default</td>
<td><div class="highlight"><pre><span></span><span class="s2">&quot;build&quot;</span>
</pre></div>
</td>
</tr></table>

<h4 id="rust-cranebuildflags">rust-crane.buildFlags<a class="headerlink" href="#rust-cranebuildflags" title="Permanent link">&para;</a></h4>
<p>Flags to add when running <code>cargo build</code> and <code>cargo check</code></p>
<p>Flags to add when building &amp; checking</p>
<table>
<tr>
<td>type</td>
Expand All @@ -10255,7 +10326,7 @@ <h4 id="rust-cranebuildflags">rust-crane.buildFlags<a class="headerlink" href="#
</tr></table>

<h4 id="rust-cranebuildprofile">rust-crane.buildProfile<a class="headerlink" href="#rust-cranebuildprofile" title="Permanent link">&para;</a></h4>
<p>The profile to use when running <code>cargo build</code> and <code>cargo check</code></p>
<p>The profile to use when building &amp; checking</p>
<table>
<tr>
<td>type</td>
Expand All @@ -10271,6 +10342,30 @@ <h4 id="rust-cranebuildprofile">rust-crane.buildProfile<a class="headerlink" hre
</td>
</tr></table>

<h4 id="rust-cranecheckcommand">rust-crane.checkCommand<a class="headerlink" href="#rust-cranecheckcommand" title="Permanent link">&para;</a></h4>
<p>The cargo subcommand to use when checking the crate (instead of 'check' in 'cargo check')</p>
<table>
<tr>
<td>type</td>
<td>string </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr><tr>
<td>default</td>
<td><div class="highlight"><pre><span></span><span class="s2">&quot;check&quot;</span>
</pre></div>
</td>
</tr><tr>
<td>example</td>
<td>
<div class="highlight"><pre><span></span><span class="s2">&quot;clippy&quot;</span>
</pre></div>

</td>
</tr></table>

<h4 id="rust-cranedepsdrv">rust-crane.depsDrv<a class="headerlink" href="#rust-cranedepsdrv" title="Permanent link">&para;</a></h4>
<p>A single derivation with all dependencies of the package</p>
<table>
Expand Down Expand Up @@ -12629,8 +12724,25 @@ <h4 id="rust-craneruntests">rust-crane.runTests<a class="headerlink" href="#rust
</td>
</tr></table>

<h4 id="rust-cranetestcommand">rust-crane.testCommand<a class="headerlink" href="#rust-cranetestcommand" title="Permanent link">&para;</a></h4>
<p>The cargo subcommand to use when testing the crate (instead of 'test' in 'cargo test')</p>
<table>
<tr>
<td>type</td>
<td>string </td>
</tr>
<tr>
<td>source</td>
<td><a href="https://github.com/nix-community/dream2nix/blob/master/modules/dream2nix/rust-crane/interface.nix">dream2nix/modules/dream2nix/rust-crane/interface.nix</a></td>
</tr><tr>
<td>default</td>
<td><div class="highlight"><pre><span></span><span class="s2">&quot;test&quot;</span>
</pre></div>
</td>
</tr></table>

<h4 id="rust-cranetestflags">rust-crane.testFlags<a class="headerlink" href="#rust-cranetestflags" title="Permanent link">&para;</a></h4>
<p>Flags to add when running <code>cargo test</code></p>
<p>Flags to add when testing the crate</p>
<table>
<tr>
<td>type</td>
Expand All @@ -12647,7 +12759,7 @@ <h4 id="rust-cranetestflags">rust-crane.testFlags<a class="headerlink" href="#ru
</tr></table>

<h4 id="rust-cranetestprofile">rust-crane.testProfile<a class="headerlink" href="#rust-cranetestprofile" title="Permanent link">&para;</a></h4>
<p>The profile to use when running <code>cargo test</code></p>
<p>The profile to use when testing the crate</p>
<table>
<tr>
<td>type</td>
Expand Down
2 changes: 1 addition & 1 deletion reference/rust-crane/options.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 0248db0

Please sign in to comment.