rsconstruct 0.9.80

Rust based fast build system
1
2
test_checker!(doctest, tool: "python3", processor: "doctest",
    files: [("example.py", "def add(a, b):\n    \"\"\"\n    >>> add(1, 2)\n    3\n    \"\"\"\n    return a + b\n")]);