qrep 0.1.0

A proof-of-concept QML GUI for ripgrep
{
    "cppFile": "Bindings.cpp",
    "rust": {
        "dir": "",
        "interfaceModule": "interface",
        "implementationModule": "implementation"
    },
    "objects": {
        "Grep": {
            "type": "List",
            "properties": {
                "query": {
                    "type": "QString",
                    "write": true
                },
                "busy": {
                    "type": "bool"
                }
            },
            "itemProperties": {
                "name": {
                    "type": "QString",
                    "rustByValue": true
                },
                "path": {
                    "type": "QString",
                    "rustByValue": true
                },
                "line": {
                    "type": "QString"
                }
            }
        }
    }
}