xso-proc: add support for parsing attributes into Strings
This is bare-bones and is missing many features which we intend to add in future commits, such as parsing from attributes whose names differ from the field names and parsing into non-String types.
This commit is contained in:
parent
183bef5cf6
commit
212c5c4a83
10 changed files with 665 additions and 50 deletions
|
|
@ -26,7 +26,10 @@ use quote::quote;
|
|||
use syn::*;
|
||||
|
||||
mod compound;
|
||||
mod error_message;
|
||||
mod field;
|
||||
mod meta;
|
||||
mod scope;
|
||||
mod state;
|
||||
mod structs;
|
||||
mod types;
|
||||
|
|
|
|||
Loading…
Reference in a new issue