Crate velcro_core

source ·

Macros

Used in a similar way to syn::parse_macro_input macro, but for types that implement ParseRaw instead of syn::parse::Parse.

Structs

A marker type indicating that input variables need to be converted into the item (or key) type of the collection
A marker type indicating that input variables should be passed to the result collection as-is.

Enums

Traits

Trait to be implemented for parsing syntax that would be rejected by syn::Parse