Crate parsel_derive

Crate parsel_derive 

Source
Expand description

Custom #[derive] proc-macros for Parsel.

See the documentation of the main crate for more info.

Derive Macrosยง

Display
Implements the core::fmt::Display trait for the annotated type by forwarding to its ToTokens implementation.
FromStr
Implements the core::str::FromStr trait for the annotated type by forwarding to its Parse implementation.
Parse
Implements the syn::parse::Parse trait for the annotated type.
ToTokens
Implements the quote::ToTokens trait for the annotated type.