google-cloud-derive 0.2.1

Derive macros for the `google-cloud` library
Documentation
1
2
3
4
5
6
7
8
9
use trybuild::TestCases;

#[test]
fn tests() {
    let tests = TestCases::new();
    tests.pass("tests/01-simple.rs");
    tests.pass("tests/02-nested.rs");
    tests.pass("tests/03-enums.rs");
}