txmap 3.1.5

A concurrent transactional hash map for Rust with fine-grained locking, internal mutability and composable transactions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "object",
  "properties": {
    "response_type": {
      "type": "string",
      "enum": [
        "ALREADY_ADDRESSED",
        "REQUIRES_HUMAN",
        "REQUIRES_MORE_INFORMATION",
        "CAN_ADDRESS_FULLY"
      ]
    }
  },
  "required": [
    "response_type"
  ],
  "additionalProperties": false
}