ducktor 0.1.0

A macro to generate constructor to instanicate structs from JsValue using duck-typing.
Documentation
1
2
3
4
5
6
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.pass("tests/ui/passing.rs");
    t.compile_fail("tests/ui/failing.rs");
}