elvwf

8 commits
Updated 2026-06-13 11:19:44
tests/fail
tests/fail/unknown_format.rs
use elvwf::Wired;

#[derive(Wired)]
struct Bad {
    #[wf(value(format = Foo))]
    a: u32,
}

fn main() {}