2022-04-08 09:44:50 -05:00
|
|
|
`juniper_codegen` crate
|
|
|
|
=======================
|
|
|
|
|
|
|
|
[![Crates.io](https://img.shields.io/crates/v/juniper_codegen.svg?maxAge=2592000)](https://crates.io/crates/juniper_codegen)
|
|
|
|
[![Documentation](https://docs.rs/juniper_codegen/badge.svg)](https://docs.rs/juniper_codegen)
|
|
|
|
[![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)
|
2024-08-12 16:31:39 -05:00
|
|
|
[![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)
|
2022-04-08 09:44:50 -05:00
|
|
|
|
2024-03-20 10:06:24 -05:00
|
|
|
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/CHANGELOG.md)
|
2022-04-08 09:44:50 -05:00
|
|
|
|
|
|
|
Code generation for [`juniper`] crate.
|
|
|
|
|
|
|
|
DO NOT use it directly, use [`juniper`] crate instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
2024-03-20 10:06:24 -05:00
|
|
|
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper_codegen-v0.16.0/juniper_codegen/LICENSE).
|
2022-04-08 09:44:50 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[`juniper`]: https://docs.rs/juniper
|