serde_codegen_internals 0.14.2

AST representation used by Serde codegen. Unstable.
Documentation
1
2
3
4
5
6
7
8
9
extern crate syn;

pub mod ast;
pub mod attr;

mod ctxt;
pub use ctxt::Ctxt;

mod case;