Skip to content

Commit

Permalink
Deploying to gh-pages from @ e7603e4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed Sep 28, 2023
1 parent 4f96cac commit f348c30
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
8 changes: 0 additions & 8 deletions library-installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ <h1><a class="header" href="#library-installation" id="library-installation">Lib
<p><code>bolero</code> is on <code>crates.io</code> and can be added to a project's dev dependencies like so:</p>
<pre><code class="language-shell">$ cargo add --dev bolero
</code></pre>
<p>Or add</p>
<pre><code class="language-toml">[dev-dependencies]
bolero = &quot;0.9&quot;
</code></pre>
<p>to <code>Cargo.toml</code>.</p>
<p>Then, create the <code>fuzz</code> profile: (Note that LTO is not well-supported for the fuzzing profile)</p>
<pre><code class="language-toml">[profile.fuzz]
inherits = &quot;dev&quot;
Expand All @@ -171,9 +166,6 @@ <h2><a class="header" href="#structured-test-generation" id="structured-test-gen
<p>If your crate wishes to implement structured test generation on public data structures, <code>bolero-generator</code> can be added to the main dependencies:</p>
<pre><code class="language-shell">$ cargo add bolero-generator
</code></pre>
<pre><code class="language-toml">[dependencies]
bolero-generator = &quot;0.9&quot;
</code></pre>
<p>The derive attribute can now be used:</p>
<pre><pre class="playpen"><code class="language-rust">
<span class="boring">#![allow(unused_variables)]
Expand Down
8 changes: 0 additions & 8 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ <h1><a class="header" href="#library-installation" id="library-installation">Lib
<p><code>bolero</code> is on <code>crates.io</code> and can be added to a project's dev dependencies like so:</p>
<pre><code class="language-shell">$ cargo add --dev bolero
</code></pre>
<p>Or add</p>
<pre><code class="language-toml">[dev-dependencies]
bolero = &quot;0.9&quot;
</code></pre>
<p>to <code>Cargo.toml</code>.</p>
<p>Then, create the <code>fuzz</code> profile: (Note that LTO is not well-supported for the fuzzing profile)</p>
<pre><code class="language-toml">[profile.fuzz]
inherits = &quot;dev&quot;
Expand All @@ -193,9 +188,6 @@ <h2><a class="header" href="#structured-test-generation" id="structured-test-gen
<p>If your crate wishes to implement structured test generation on public data structures, <code>bolero-generator</code> can be added to the main dependencies:</p>
<pre><code class="language-shell">$ cargo add bolero-generator
</code></pre>
<pre><code class="language-toml">[dependencies]
bolero-generator = &quot;0.9&quot;
</code></pre>
<p>The derive attribute can now be used:</p>
<pre><pre class="playpen"><code class="language-rust">
<span class="boring">#![allow(unused_variables)]
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit f348c30

Please sign in to comment.