winvd 0.0.3

Provides functions for accessin Windows 10 virtual desktop API
Documentation
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "Debug executable 'testbin'",
            "cargo": {
                "args": ["build", "--bin=testbin", "--package=testbin"],
                "filter": {
                    "name": "testbin",
                    "kind": "bin"
                }
            },
            "args": [],
            "cwd": "${workspaceFolder}"
        }
    ]
}