serde-query 0.2.0

Serde-compatible streaming data-query language with a jq-like syntax
Documentation
1
2
3
4
5
6
7
8
#[test]
fn ui() {
    use trybuild::TestCases;

    let t = TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.pass("tests/compile-pass/*.rs");
}