ogc-cql2 0.7.2

OGC CQL2 Text + JSON Encoding parser and interpreter in Rust
Documentation
{
  "op": "and",
  "args": [
    {
      "op": ">",
      "args": [
        { "property": "floors" },
        5
      ]
    },
    {
      "op": "=",
      "args": [
        { "property": "swimming_pool" },
        true
      ]
    }
  ]
}