ogc-cql2 0.6.0

OGC CQL2 Text + JSON Encoding parser and interpreter in Rust
Documentation
{
  "op": "or",
  "args": [
    {
      "op": "=",
      "args": [
        { "property": "eo:cloud_cover" },
        0.1
      ]
    },
    {
      "op": "=",
      "args": [
        { "property": "eo:cloud_cover" },
        0.2
      ]
    }
  ]
}