bec5295827
This is done for a lower maintainance burden and combined testing. |
||
---|---|---|
.. | ||
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
juniper_iron
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.