Crate barse_derive

Crate barse_derive 

Source
Expand description

Procedural macros for barse.

Attribute Macros§

byte_size_query
Create a ByteSizeQuery implementor from a function.
condition
Create a Condition implementor from a function.
vec_len_query
Create a VecLenQuery implementor from a function.

Derive Macros§

FromByteReader
Derive a FromByteReader implementation.