pg-proto 0.2.1

Session-typed PostgreSQL wire protocol
Documentation
1
2
3
4
5
6
7
//! Compile-fail coverage for illegal protocol and resource transitions.

#[test]
fn illegal_protocol_transitions_do_not_compile() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/ui/*.rs");
}