Module proc_macro_kwargs::parse[][src]

Expand description

Utilities for parsing

Structs

A version of Option that is parsed with explicit Some(<inner>) or None syntax

A pair of values in a NestedDict

A nested dictionary mapping keys to values with =>, and surrounded by braces

A nested list of Punctuated items, surrounded by brackets (ex. [1, 2, 3])

Wrapper type that parses via syn’s Parse trait

Traits

A type that can be parsed as an argument to a macro.

Functions

Parses a MacroArg type from a string

Trait aliases