excelx-derive 0.4.1

Derive macro for the excelx ExcelRow trait.
Documentation
1
2
3
4
5
#[test]
fn derive_diagnostics() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}