pyo3/tests
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
..
test_buffer_protocol.rs Add features to tests 2017-09-19 20:03:03 +08:00
test_class.rs Relax return type requirements 2018-04-06 17:22:09 +02:00
test_module.rs Allow defining functions outside of the module declarations 2018-04-30 23:17:09 +02:00
test_slice.rs Add features to tests 2017-09-19 20:03:03 +08:00