juniper_iron 0.2.0

Iron integration for juniper
Documentation
# juniper_iron

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

For documentation, including guides and examples, check out [Juniper][Juniper].

A basic usage example can also be found in the [Api documentation][documentation].

## Examples

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

## Links

* [Juniper][Juniper]
* [Api Reference][documetation]
* [Iron framework][Iron]

## License

This project is under the BSD-2 license.

Check the LICENSE file for details.

[Iron]: https://github.com/iron/iron
[Juniper]: https://github.com/graphql-rust/juniper
[GraphQL]: http://graphql.org
[documentation]: https://docs.rs/juniper_iron
[example]: https://github.com/graphql-rust/juniper/blob/master/juniper_iron/examples/iron_server.rs