ogc-cql2 0.7.0

OGC CQL2 Text + JSON Encoding parser and interpreter in Rust
Documentation
{
  "op": "and",
  "args": [
    {
      "op": "not",
      "args": [
        {
          "op": "like",
          "args": [
            { "property": "name" },
            "foo%"
          ]
        }
      ]
    },
    {
      "op": ">",
      "args": [
        { "property": "value" },
        10
      ]
    }
  ]
}