hyperstack-macros 0.6.4

Proc-macros for defining HyperStack streams
Documentation
1
2
3
4
5
6
7
8
9
#[test]
fn ui() {
    let tests = trybuild::TestCases::new();
    tests.pass("tests/ui/pass/*.rs");
    tests.compile_fail("tests/ui/map_errors/*.rs");
    tests.compile_fail("tests/ui/resolve_errors/*.rs");
    tests.compile_fail("tests/ui/validation_errors/*.rs");
    tests.compile_fail("tests/ui/view_errors/*.rs");
}