#[derive(Configuration)]
{
// Attributes available to this derive:
#[config]
}
Expand description
The Configuration derive macro generates configuration-related code for a given struct,
streamlining the process of creating compatible configuration spaces within the concision
framework.