txmap 3.1.5

A concurrent transactional hash map for Rust with fine-grained locking, internal mutability and composable transactions
Documentation
{
  "type": "object",
  "properties": {
    "request_type": {
      "type": "string",
      "enum": [
        "BUG_FIX",
        "CHANGE_REQUEST",
        "FEATURE_REQUEST",
        "INVESTIGATION",
        "QUESTION",
        "SPAM",
        "CAN_IGNORE",
        "OTHER"
      ]
    }
  },
  "required": [
    "request_type"
  ],
  "additionalProperties": false
}