(docs) Add short crate docs to codegen.

This commit is contained in:
theduke 2017-12-02 02:35:08 +01:00
parent 3750349e71
commit 7b066ef1f9

View file

@ -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;