pyo3/guide
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
book.toml User guide documentaion (#37) 2017-06-18 10:02:02 +08:00