rapx 0.7.1

A static analysis platform for use-after-free, memory leakage detection, etc
{
  "core::ptr::read": [
    {
      "tag": "ValidPtr",
      "args": ["0", "T", "1"]
    },
    {
      "tag": "Align",
      "args": ["0", "T"]
    },
    {
      "tag": "Typed",
      "args": ["0", "T"]
    }
  ],
  "core::ptr::const_ptr::read": [
    {
      "tag": "ValidPtr",
      "args": ["0", "T", "1"]
    },
    {
      "tag": "Align",
      "args": ["0", "T"]
    },
    {
      "tag": "Typed",
      "args": ["0", "T"]
    }
  ],
  "core::ptr::mut_ptr::read": [
    {
      "tag": "ValidPtr",
      "args": ["0", "T", "1"]
    },
    {
      "tag": "Align",
      "args": ["0", "T"]
    },
    {
      "tag": "Typed",
      "args": ["0", "T"]
    }
  ],
  
}