Derive Macro lofty_attr::LoftyFile

source ·
#[derive(LoftyFile)]
{
    // Attributes available to this derive:
    #[lofty]
}
Expand description

Creates a file usable by Lofty

See here for an example of how to use it.