configcat 0.1.5

ConfigCat Rust SDK
Documentation
{
  "configUrl": "https://app.configcat.com/08d5a03c-feb7-af1e-a1fa-40b3329f8bed/08d62463-86ec-8fde-f5b5-1c5c426fc830/244cf8b0-f604-11e8-b543-f23c917f9d8d",
  "sdkKey": "PKDVCLf-Hq-h-kCzMp-L7Q/psuH7BGHoUmdONrzzUOY7A",
  "tests": [
    {
      "key": "boolDefaultFalse",
      "defaultValue": true,
      "returnValue": false,
      "expectedLog": "off_flag.txt"
    },
    {
      "key": "boolDefaultTrue",
      "defaultValue": false,
      "returnValue": true,
      "expectedLog": "on_flag.txt"
    },
    {
      "key": "stringDefaultCat",
      "defaultValue": "Default",
      "returnValue": "Cat",
      "expectedLog": "text_setting.txt"
    },
    {
      "key": "integerDefaultOne",
      "defaultValue": 0,
      "returnValue": 1,
      "expectedLog": "int_setting.txt"
    },
    {
      "testName": "double_setting",
      "key": "doubleDefaultPi",
      "defaultValue": 0.0,
      "returnValue": 3.1415,
      "expectedLog": "double_setting.txt"
    }
  ]
}