Crate cflp_macros

Source
Expand description

§cflp macros

THis crate provides the derive macro for the cflp crate.

Refer to the cflp crate for usage

Derive Macros§

Parser
Derive macro for cflp::Parser
PartialEqRef
Derive PartialEq for references so that &Self: PartialEq<Self>: