Crate bfup_derive

Source

Macros§

as_char_results
Converts the passed char or str literal into an array of chars wrapped in Result::<char, std::convert::Infallible>::Ok.
as_char_results_and_input
The same as as_char_results(), but evaluates to a tuple containing the char_results and the input literal.

Attribute Macros§

enum_fields
A shorthand for setting repeating named fields in an enum’s variants.