juniper/juniper_rocket/README.md
dependabot[bot] 6b82d1d80e
Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272)
- bump up MSRV to 1.75

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 23:31:39 +02:00

46 lines
1.6 KiB
Markdown

`juniper_rocket` crate
======================
[![Crates.io](https://img.shields.io/crates/v/juniper_rocket.svg?maxAge=2592000)](https://crates.io/crates/juniper_rocket)
[![Documentation](https://docs.rs/juniper_rocket/badge.svg)](https://docs.rs/juniper_rocket)
[![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)
[![Rust 1.75+](https://img.shields.io/badge/rustc-1.75+-lightgray.svg "Rust 1.75+")](https://blog.rust-lang.org/2023/12/28/Rust-1.75.0.html)
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0/juniper_rocket/CHANGELOG.md)
[`rocket`] web server 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_rocket`].
## Examples
Check [`examples/simple.rs`][1] for example code of a working [`rocket`] server with [GraphQL] handlers.
## License
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0/juniper_rocket/LICENSE).
[`juniper`]: https://docs.rs/juniper
[`juniper_rocket`]: https://docs.rs/juniper_rocket
[`rocket`]: https://docs.rs/rocket
[GraphQL]: http://graphql.org
[Juniper Book]: https://graphql-rust.github.io/juniper
[Rust]: https://www.rust-lang.org
[1]: https://github.com/graphql-rust/juniper/blob/juniper_rocket-v0.9.0/juniper_rocket/examples/simple.rs