Updated book for master ***NO_CI***
This commit is contained in:
parent
5ab6cfb27d
commit
2b4162f712
5 changed files with 4 additions and 6 deletions
|
@ -1546,7 +1546,6 @@ third-party integration crates that will get you there.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="official.html">Official Server Integrations</a>
|
<li><a href="official.html">Official Server Integrations</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="hyper.html">Hyper</a></li>
|
|
||||||
<li><a href="warp.html">Warp</a></li>
|
<li><a href="warp.html">Warp</a></li>
|
||||||
<li><a href="rocket.html">Rocket</a></li>
|
<li><a href="rocket.html">Rocket</a></li>
|
||||||
<li><a href="iron.html">Iron</a></li>
|
<li><a href="iron.html">Iron</a></li>
|
||||||
|
@ -1565,10 +1564,10 @@ third-party integration crates that will get you there.</p>
|
||||||
<p>Juniper provides official integration crates for several popular Rust server
|
<p>Juniper provides official integration crates for several popular Rust server
|
||||||
libraries.</p>
|
libraries.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="hyper.html">Hyper</a></li>
|
|
||||||
<li><a href="warp.html">Warp</a></li>
|
<li><a href="warp.html">Warp</a></li>
|
||||||
<li><a href="rocket.html">Rocket</a></li>
|
<li><a href="rocket.html">Rocket</a></li>
|
||||||
<li><a href="iron.html">Iron</a></li>
|
<li><a href="iron.html">Iron</a></li>
|
||||||
|
<li><a href="hyper.html">Hyper</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<a class="header" href="#integrating-with-warp" id="integrating-with-warp"><h1>Integrating with Warp</h1></a>
|
<a class="header" href="#integrating-with-warp" id="integrating-with-warp"><h1>Integrating with Warp</h1></a>
|
||||||
<p><a href="https://crates.io/crates/warp">Warp</a> is a super-easy, composable, web server framework for warp speeds.
|
<p><a href="https://crates.io/crates/warp">Warp</a> is a super-easy, composable, web server framework for warp speeds.
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -144,7 +144,6 @@ third-party integration crates that will get you there.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="official.html">Official Server Integrations</a>
|
<li><a href="official.html">Official Server Integrations</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="hyper.html">Hyper</a></li>
|
|
||||||
<li><a href="warp.html">Warp</a></li>
|
<li><a href="warp.html">Warp</a></li>
|
||||||
<li><a href="rocket.html">Rocket</a></li>
|
<li><a href="rocket.html">Rocket</a></li>
|
||||||
<li><a href="iron.html">Iron</a></li>
|
<li><a href="iron.html">Iron</a></li>
|
||||||
|
|
|
@ -140,10 +140,10 @@
|
||||||
<p>Juniper provides official integration crates for several popular Rust server
|
<p>Juniper provides official integration crates for several popular Rust server
|
||||||
libraries.</p>
|
libraries.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="hyper.html">Hyper</a></li>
|
|
||||||
<li><a href="warp.html">Warp</a></li>
|
<li><a href="warp.html">Warp</a></li>
|
||||||
<li><a href="rocket.html">Rocket</a></li>
|
<li><a href="rocket.html">Rocket</a></li>
|
||||||
<li><a href="iron.html">Iron</a></li>
|
<li><a href="iron.html">Iron</a></li>
|
||||||
|
<li><a href="hyper.html">Hyper</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Reference in a new issue