pyo3/examples
David Hewitt 00ea4bccce examples: export __doc__ in example projects 2021-10-01 09:05:58 +01:00
..
maturin-starter examples: export __doc__ in example projects 2021-10-01 09:05:58 +01:00
pyo3-benchmarks Add `wrap_pyfunction` macro to prelude 2021-06-24 22:34:55 +08:00
pyo3-pytests pyo3-pytests: don't set profile in Cargo.toml 2021-07-31 16:52:30 +01:00
setuptools-rust-starter examples: export __doc__ in example projects 2021-10-01 09:05:58 +01:00
word-count examples: make `word-count` example comparison fairer 2021-08-13 14:19:46 +01:00
README.md docs: sync README and lib.rs examples 2021-08-02 23:03:25 +01:00

README.md

PyO3 Examples

These examples are a collection of toy extension modules built with PyO3. They are all tested using tox in PyO3's CI.

Below is a brief description of each of these:

Example Description
maturin-starter A template project which is configured to use maturin for development.
setuptools-rust-starter A template project which is configured to use setuptools_rust for development.
word-count A quick performance comparison between word counter implementations written in each of Rust and Python.
pyo3-benchmarks A project containing some benchmarks of PyO3 functionality called from Python.
pyo3-pytests A project containing some tests of PyO3 functionality called from Python.