pyo3/guide/src
Tpt 1e5a49557d Makes PathBuf FromPyObject implementation work on all os.PathLike
PyOS_FSPath is in abi3-py36
2023-08-08 22:15:56 +02:00
..
building_and_distribution Add a nox task to rustfmt code in the guide. 2022-11-22 09:19:40 +01:00
class Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
conversions Makes PathBuf FromPyObject implementation work on all os.PathLike 2023-08-08 22:15:56 +02:00
ecosystem Fix links in `logging.md` 2023-01-03 20:03:51 +08:00
function Tiny grammar fix in error_handling.md 2023-07-12 15:51:18 +02:00
SUMMARY.md Start adding a performance section to the guide. 2023-07-09 14:32:59 +02:00
advanced.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
building_and_distribution.md Added a few lines to document the main difference between maturin and setuptools-rust as far as building manylinux-compliant wheels is concerned. 2023-05-09 14:54:30 +02:00
changelog.md Add CHANGELOG to the guide 2020-09-05 14:44:39 +01:00
class.md Allow `#[new]` to return existing instances 2023-07-02 19:57:53 -04:00
contributing.md guide: add contributing page (#2442) 2022-06-08 13:30:11 +00:00
conversions.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
debugging.md More typos and grammar. 2022-11-23 07:42:53 +01:00
ecosystem.md More typos and grammar. 2022-11-23 07:42:53 +01:00
exception.md refactor PyAny::is_instance_of for performance 2023-05-18 22:25:27 +01:00
faq.md Two is not three 2023-07-11 13:56:34 +02:00
features.md remove `Python::acquire_gil` 2023-05-09 09:39:23 +02:00
function.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
getting_started.md bump maturin version in example files 2023-06-14 08:45:32 +01:00
index.md Start splitting long guide pages into subchapters 2020-09-01 22:44:27 +01:00
memory.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
migration.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
module.md guide: use sentence case, move function signatures to own section 2022-08-23 20:49:14 +01:00
parallelism.md Add a nox task to rustfmt code in the guide. 2022-11-22 09:19:40 +01:00
performance.md Add another performance subsection on implicit access to GIL token. 2023-07-09 15:02:12 +02:00
python_from_rust.md Format recently modified code example from the guide. 2023-06-16 12:46:26 +02:00
python_typing_hints.md Update outdated link in python_typing_hints.md and fix typos 2023-07-14 15:50:14 +02:00
rust_cpython.md More typos and grammar. 2022-11-23 07:42:53 +01:00
trait_bounds.md Fix redundant imports in doc tests thereby fixing the careful CI job. 2023-04-10 08:09:06 +02:00
types.md Fix redundant imports in doc tests thereby fixing the careful CI job. 2023-04-10 08:09:06 +02:00