serde_codegen_internals 0.12.1

AST representation used by Serde codegen. Unstable.
Documentation
extern crate syn;

pub mod ast;
pub mod attr;

mod ctxt;
pub use ctxt::Ctxt;