pyo3/examples/rustapi_module
Sebastian Pütz 22881a3c2f Change add_function, ensure static docstrings.
Change add_function to take `&PyCFunction` instead of a wrapper
fn and ensure that dostrings of functions are `&'static str`.
2020-09-09 12:37:37 +02:00
..
rustapi_module Move rustapi_module into examples 2018-08-21 18:33:33 -04:00
src Change add_function, ensure static docstrings. 2020-09-09 12:37:37 +02:00
tests Use travis's pypy binary instead of anaconda 2020-06-27 19:45:31 +09:00
Cargo.toml Revert "Disable segfaulty subclassing by default" 2020-01-12 01:22:32 +01:00
MANIFEST.in Add custom sdist command to modify Cargo.toml 2019-04-25 07:06:26 -04:00
pyproject.toml Fix installing in 'venv' and datetime tests on Windows (#472) 2019-05-12 22:20:17 +09:00
requirements-dev.txt Add a test to detect memory leak of bytes->vec conversion 2019-09-07 17:59:19 +09:00
setup.py Add ability to return from `__next__` / `__anext__` 2020-06-23 15:26:28 +01:00
tox.ini Use travis's pypy binary instead of anaconda 2020-06-27 19:45:31 +09:00