1 2 3 4 5 6 7 8 9
# Tests ### Responsibility Table | File | Responsibility | |------|----------------| | `smoke_test.rs` | Basic crate compilation and linking checks | | `derive_test.rs` | Conformance tests for `#[derive(VariadicFrom)]` generated output | | `manual/` | Manual testing plans and corner case procedures |