casbin 2.2.0

An authorization library that supports access control models like ACL, RBAC, ABAC.
Documentation
{
    "configurations": {
        "rust - launch": {
            "adapter": "CodeLLDB",
            "configuration": {
                "type": "lldb",
                "request": "launch",
                "program": "${Executable}",
                "args": ["*${Args}"],
                "sourceLanguages": ["rust"]
            },
            "breakpoints": {
                "exception": {
                    "cpp_throw": "Y",
                    "cpp_catch": "N"
                }
            }
        }
    }
}