juniper/juniper_iron
theduke bec5295827 Move juniper_iron crate back into the main repo.
This is done for a lower maintainance burden and combined testing.
2017-12-02 15:56:52 +01:00
..
examples Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
src Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
.gitignore Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
Cargo.toml Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
CHANGELOG.md Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
LICENSE Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00
README.md Move juniper_iron crate back into the main repo. 2017-12-02 15:56:52 +01:00

juniper_iron

Build Status Build status Crates.io Gitter chat

This repository contains the Iron web framework integration for Juniper, a GraphQL implementation for Rust.

Documentation

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

For now, please consult the documentation comments here.

Examples

Check examples/iron_server.rs for example code of a working Iron server with GraphQL handlers.

License

This project is under the BSD-2 license.

Check the LICENSE file for details.