From 7b066ef1f90f7af1eb23234a5c129a3afecb8bc0 Mon Sep 17 00:00:00 2001 From: theduke Date: Sat, 2 Dec 2017 02:35:08 +0100 Subject: [PATCH] (docs) Add short crate docs to codegen. --- juniper_codegen/src/lib.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/juniper_codegen/src/lib.rs b/juniper_codegen/src/lib.rs index e157445e..301db226 100644 --- a/juniper_codegen/src/lib.rs +++ b/juniper_codegen/src/lib.rs @@ -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;