fluvio-smartstream 0.4.0

Fluvio SmartModule WASM library
Documentation
1
2
3
4
5
6
7
#[test]
fn derive_ui() {
    let t = trybuild::TestCases::check_only();

    t.pass("ui-tests/pass_*.rs");
    t.compile_fail("ui-tests/fail_*.rs");
}