configcat 0.1.5

ConfigCat Rust SDK
Documentation
{
  "configUrl": "https://app.configcat.com/v2/e7a75611-4256-49a5-9320-ce158755e3ba/08dbc325-7f69-4fd4-8af4-cf9f24ec8ac9/08dbc325-9e4e-4f59-86b2-5da50924b6ca/08dbc325-9ebd-4587-8171-88f76a3004cb",
  "sdkKey": "configcat-sdk-1/JcPbCGl_1E-K9M-fJOyKyQ/P4e3fAz_1ky2-Zg2e4cbkw",
  "tests": [
    {
      "key": "string75Cat0Dog25Falcon0HorseCustomAttr",
      "defaultValue": "default",
      "returnValue": "Chicken",
      "expectedLog": "options_custom_attribute_no_user.txt"
    },
    {
      "key": "string75Cat0Dog25Falcon0HorseCustomAttr",
      "defaultValue": "default",
      "user": {
        "Identifier": "12345"
      },
      "returnValue": "Chicken",
      "expectedLog": "no_options_custom_attribute.txt"
    },
    {
      "key": "string75Cat0Dog25Falcon0HorseCustomAttr",
      "defaultValue": "default",
      "user": {
        "Identifier": "12345",
        "Country": "US"
      },
      "returnValue": "Cat",
      "expectedLog": "matching_options_custom_attribute.txt"
    }
  ]
}