juniper/juniper_rocket
theduke b89712a887 Add juniper_rocket back to main repo
This is done for a lower maintainance burden and combined testing.
2017-12-02 15:59:23 +01:00
..
examples Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
src Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
.gitignore Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
Cargo.toml Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
LICENSE Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00
README.md Add juniper_rocket back to main repo 2017-12-02 15:59:23 +01:00

juniper_rocket

Build Status Build status Crates.io Gitter chat

This repository contains the Rocket web server integration for Juniper, a GraphQL implementation for Rust.

Documentation

Once the crate is published, the documentation will be on docs.rs.

For now, please consult the example below.

Examples

Check examples/rocket_server.rs for example code of a working Rocket server with GraphQL handlers.

License

This project is under the BSD-2 license.

Check the LICENSE file for details.