Module ast

Module ast 

Source
Expand description

A Serde ast, parsed from the Syn ast and ready to generate Rust code.

Structsยง

Container
A source data structure annotated with #[derive(Serialize)] and/or #[derive(Deserialize)], parsed into an internal representation.
Field
A field of a struct.
Variant
A variant of an enum.

Enumsยง

Data
The fields of a struct or enum.
Style

Functionsยง

enum_from_ast ๐Ÿ”’
fields_from_ast ๐Ÿ”’
struct_from_ast ๐Ÿ”’