Derive Macro Facet

Source
#[derive(Facet)]
{
    // Attributes available to this derive:
    #[facet]
}
Expand description

Derive the Facet trait for structs, tuple structs, and enums.

This uses unsynn, so it’s light, but it will choke on some Rust syntax because… there’s a lot of Rust syntax.