Updated book for master ***NO_CI***
This commit is contained in:
parent
862e2d149f
commit
3871d4a4fc
3 changed files with 6 additions and 6 deletions
|
@ -146,7 +146,7 @@ type-safe and blazingly fast. We also try to make declaring and resolving
|
|||
GraphQL schemas as convenient as possible as Rust will allow.</p>
|
||||
<p>Juniper does not include a web server - instead it provides building blocks to
|
||||
make integration with existing servers straightforward. It optionally provides a
|
||||
pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="http://ironframework.io">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including
|
||||
pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="https://github.com/iron/iron">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including
|
||||
embedded <a href="https://github.com/graphql/graphiql">Graphiql</a> for easy debugging.</p>
|
||||
<ul>
|
||||
<li><a href="https://crates.io/crates/juniper">Cargo crate</a></li>
|
||||
|
@ -176,7 +176,7 @@ your Schemas automatically.</p>
|
|||
<ul>
|
||||
<li><a href="https://hyper.rs">hyper</a></li>
|
||||
<li><a href="https://rocket.rs">rocket</a></li>
|
||||
<li><a href="http://ironframework.io">iron</a></li>
|
||||
<li><a href="https://github.com/iron/iron">iron</a></li>
|
||||
<li><a href="https://github.com/seanmonstar/warp">warp</a></li>
|
||||
</ul>
|
||||
<a class="header" href="#api-stability" id="api-stability"><h2>API Stability</h2></a>
|
||||
|
|
|
@ -146,7 +146,7 @@ type-safe and blazingly fast. We also try to make declaring and resolving
|
|||
GraphQL schemas as convenient as possible as Rust will allow.</p>
|
||||
<p>Juniper does not include a web server - instead it provides building blocks to
|
||||
make integration with existing servers straightforward. It optionally provides a
|
||||
pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="http://ironframework.io">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including
|
||||
pre-built integration for the <a href="https://hyper.rs">Hyper</a>, <a href="https://github.com/iron/iron">Iron</a>, <a href="https://rocket.rs">Rocket</a>, and <a href="https://github.com/seanmonstar/warp">Warp</a> frameworks, including
|
||||
embedded <a href="https://github.com/graphql/graphiql">Graphiql</a> for easy debugging.</p>
|
||||
<ul>
|
||||
<li><a href="https://crates.io/crates/juniper">Cargo crate</a></li>
|
||||
|
@ -176,7 +176,7 @@ your Schemas automatically.</p>
|
|||
<ul>
|
||||
<li><a href="https://hyper.rs">hyper</a></li>
|
||||
<li><a href="https://rocket.rs">rocket</a></li>
|
||||
<li><a href="http://ironframework.io">iron</a></li>
|
||||
<li><a href="https://github.com/iron/iron">iron</a></li>
|
||||
<li><a href="https://github.com/seanmonstar/warp">warp</a></li>
|
||||
</ul>
|
||||
<a class="header" href="#api-stability" id="api-stability"><h2>API Stability</h2></a>
|
||||
|
@ -2417,7 +2417,7 @@ juniper_rocket = "0.2.0"
|
|||
</code></pre>
|
||||
<p>Included in the source is a <a href="https://github.com/graphql-rust/juniper/blob/master/juniper_rocket/examples/rocket_server.rs">small example</a> which sets up a basic GraphQL and <a href="https://github.com/graphql/graphiql">GraphiQL</a> handler.</p>
|
||||
<a class="header" href="#integrating-with-iron" id="integrating-with-iron"><h1>Integrating with Iron</h1></a>
|
||||
<p><a href="http://ironframework.io">Iron</a> is a library that's been around for a while in the Rust sphere but lately
|
||||
<p><a href="https://github.com/iron/iron">Iron</a> is a library that's been around for a while in the Rust sphere but lately
|
||||
hasn't seen much of development. Nevertheless, it's still a solid library with a
|
||||
familiar request/response/middleware architecture that works on Rust's stable
|
||||
channel.</p>
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
<div id="content" class="content">
|
||||
<main>
|
||||
<a class="header" href="#integrating-with-iron" id="integrating-with-iron"><h1>Integrating with Iron</h1></a>
|
||||
<p><a href="http://ironframework.io">Iron</a> is a library that's been around for a while in the Rust sphere but lately
|
||||
<p><a href="https://github.com/iron/iron">Iron</a> is a library that's been around for a while in the Rust sphere but lately
|
||||
hasn't seen much of development. Nevertheless, it's still a solid library with a
|
||||
familiar request/response/middleware architecture that works on Rust's stable
|
||||
channel.</p>
|
||||
|
|
Loading…
Reference in a new issue