python-mod 1.1.0

Proc-macros that compile Python modules into Rust at build time (the Rython toolchain)
Documentation
1
2
def simple_add(a, b):
    return a + b