Macro feattle::feattles[][src]

macro_rules! feattles {
    ($(#[$meta : meta]) * $visibility : vis struct $name : ident
 {
     $($(#[doc = $description : tt]) * $key : ident : $type : ty
       $(= $default : expr) ?), * $(,) ?
 }) => { ... };
}
Expand description

The main macro of this crate, used to generate a struct that will provide the Feattles functionalities.

See more at the crate level.