Derive module of Xavier. Xavier is a lightweight and versatile XML parsing library designed to streamline the process of handling XML data with ease and efficiency.
usequote::quote;usesyn::DeriveInput;pub(crate)structXmlEnumValue;implXmlEnumValue{pubfnparse(_: &DeriveInput)->proc_macro2::TokenStream{quote!{let xml =self.to_string();}}}