Skip to content

Commit

Permalink
deploy: b0a03ae
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Feb 26, 2025
1 parent 5cd3ba5 commit 26fa69a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h4 id="rust-1"><a class="header" href="#rust-1">Rust:</a></h4>
<h2 id="how-to-read-this-book"><a class="header" href="#how-to-read-this-book">How to read this book</a></h2>
<p>We'd recommend starting with <a href="tutorial.html">tutorial</a> and then <a href="workflow.html">workflow</a>.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="tutorial"><a class="header" href="#tutorial">Tutorial</a></h1>
<p>If you're here, you want to call some C++ from Rust, right?</p>
<p>If you're here, you want to call some C++ from Rust, right? (If you want to do things the other way round, read the <a href="rust_calls.html">Rust calls</a> page.)</p>
<p>Let's assume you're calling into some <em>existing</em> C++ code.</p>
<p>You will need:</p>
<ul>
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.

2 changes: 1 addition & 1 deletion tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <h1 class="menu-title">Rust ♡ Existing C++</h1>
<div id="content" class="content">
<main>
<h1 id="tutorial"><a class="header" href="#tutorial">Tutorial</a></h1>
<p>If you're here, you want to call some C++ from Rust, right?</p>
<p>If you're here, you want to call some C++ from Rust, right? (If you want to do things the other way round, read the <a href="rust_calls.html">Rust calls</a> page.)</p>
<p>Let's assume you're calling into some <em>existing</em> C++ code.</p>
<p>You will need:</p>
<ul>
Expand Down

0 comments on commit 26fa69a

Please sign in to comment.