//! This crate only exists, because it is not possible to export a trait and a
//! `proc_macro` in the same crate.
//!
//! You should instead use the [`from_map`](https://crates.io/crates/from_map) crate.
extern crate proc_macro;
use TokenStream;
use DeriveInput;