proc-macro-type-name
Convert Rust field names (snake case) to type names (pascal case) using proc_macro2 identifiers.
Example
use ToTypeName;
let ident: Indent = new;
let type_ident = .to_type_ident;
assert_eq!;
quote!
Convert Rust field names (snake case) to type names (pascal case) using proc_macro2 identifiers.
use ToTypeName;
let ident: Indent = new;
let type_ident = .to_type_ident;
assert_eq!;
quote!