rsconstruct 0.9.81

Rust based fast build system
1
2
3
test_checker!(checkstyle, tool: "checkstyle", processor: "checkstyle",
    config: "[processor.checkstyle]\nargs = [\"-c\", \"/google_checks.xml\"]\nsrc_dirs = [\".\"]\n",
    files: [("Test.java", "public class Test {\n    public static void main(String[] args) {\n    }\n}\n")]);