(docs) Add short crate docs to codegen.
This commit is contained in:
parent
3750349e71
commit
7b066ef1f9
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
//! This crate supplies custom derive implementations for the
|
||||
//! [juniper](https://github.com/graphql-rust/juniper) crate.
|
||||
//!
|
||||
//! You should not depend on juniper_codegen directly.
|
||||
//! You only need the `juniper` crate.
|
||||
|
||||
#![recursion_limit = "1024"]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
|
Loading…
Reference in a new issue