pyo3/pyo3-derive-backend
konstin 6113428746 Allow defining functions outside of the module declarations
This commit consists of
 * a proc macro to convert rust functions into python functions (`#[function]`),
 * a macro to register a function in a module (`add_function_to_module!`)
 * Documenting both the old and the new way in the book
2018-04-30 23:17:09 +02:00
..
src Allow defining functions outside of the module declarations 2018-04-30 23:17:09 +02:00
Cargo.toml Move the codegen into its own crate 2018-04-05 13:39:07 +02:00