fluvio-protocol 0.50.1

Fluvio streaming protocol
Documentation
1
2
3
4
5
6
7
#[test]
fn derive_ui() {
    let t = trybuild::TestCases::new();

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