aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/attr.rs
blob: 8c178786235e750595c9396240a1b03085c436de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod chain;
#[cfg(feature = "extra_macros")]
pub(crate) mod command;
#[cfg(feature = "comp")]
pub(crate) mod completion;
#[cfg(feature = "clap")]
pub(crate) mod dispatcher_clap;
pub(crate) mod help;
pub(crate) mod mlint;
#[cfg(feature = "extra_macros")]
pub(crate) mod program_setup;
pub(crate) mod renderer;