2022-04-08 09:44:50 -05:00
|
|
|
`juniper_iron` crate
|
|
|
|
====================
|
|
|
|
|
|
|
|
[![Crates.io](https://img.shields.io/crates/v/juniper_iron.svg?maxAge=2592000)](https://crates.io/crates/juniper_iron)
|
|
|
|
[![Documentation](https://docs.rs/juniper_iron/badge.svg)](https://docs.rs/juniper_iron)
|
|
|
|
[![CI](https://github.com/graphql-rust/juniper/workflows/CI/badge.svg?branch=master "CI")](https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster)
|
|
|
|
|
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/master/juniper_iron/CHANGELOG.md)
|
|
|
|
|
|
|
|
[`iron`] web framework integration for [`juniper`] ([GraphQL] implementation for [Rust]).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
|
|
|
For documentation, including guides and examples, check out [Juniper Book].
|
|
|
|
|
|
|
|
A basic usage example can also be found in the [API docs][`juniper_iron`].
|
2017-12-02 08:55:29 -06:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
Check [`examples/iron_server.rs`][1] for example code of a working [`iron`] server with [GraphQL] handlers.
|
|
|
|
|
2017-12-02 08:55:29 -06:00
|
|
|
|
2017-12-02 09:09:08 -06:00
|
|
|
|
|
|
|
|
2017-12-02 08:55:29 -06:00
|
|
|
## License
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/master/juniper_iron/LICENSE).
|
|
|
|
|
|
|
|
|
2017-12-02 08:55:29 -06:00
|
|
|
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
[`iron`]: https://docs.rs/iron
|
|
|
|
[`juniper`]: https://docs.rs/juniper
|
|
|
|
[`juniper_iron`]: https://docs.rs/juniper_iron
|
2017-12-02 08:55:29 -06:00
|
|
|
[GraphQL]: http://graphql.org
|
2022-04-08 09:44:50 -05:00
|
|
|
[Juniper Book]: https://graphql-rust.github.io
|
|
|
|
[Rust]: https://www.rust-lang.org
|
2017-12-02 09:09:08 -06:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
[1]: https://github.com/graphql-rust/juniper/blob/master/juniper_iron/examples/iron_server.rs
|