pyo3/guide/src
Adam Reichold 810ad00a76 Do not apply deferred ref count updates and prevent the GIL from being acquired inside of implementations. 2023-05-25 20:01:35 +02:00
..
building_and_distribution Add a nox task to rustfmt code in the guide. 2022-11-22 09:19:40 +01:00
class Do not apply deferred ref count updates and prevent the GIL from being acquired inside of implementations. 2023-05-25 20:01:35 +02:00
conversions docs: mention PyBuffer 2023-05-09 19:53:39 +01:00
ecosystem Fix links in `logging.md` 2023-01-03 20:03:51 +08:00
function support `text_signature` on `#[new]` 2023-05-04 07:15:11 +01:00
SUMMARY.md guide: additional detail on how to handle foreign errors 2022-08-23 20:49:14 +01: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 Add PyClass::get and Py::get for GIL-independent access to frozen classes. 2023-05-18 08:57:55 +02: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 Merge #2975 #3022 #3023 2023-03-23 08:04:11 +00:00
features.md remove `Python::acquire_gil` 2023-05-09 09:39:23 +02:00
function.md docs: fix typo in method name 2023-02-18 22:02:05 +01:00
getting_started.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
index.md Start splitting long guide pages into subchapters 2020-09-01 22:44:27 +01:00
memory.md remove `Python::acquire_gil` 2023-05-09 09:39:23 +02:00
migration.md remove `Python::acquire_gil` 2023-05-09 09:39:23 +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
python_from_rust.md Fix crate docs links in python_from_rust.md 2023-04-24 15:21:08 -07:00
python_typing_hints.md inspect: gate behind `experimental-inspect` feature 2023-01-15 12:41:23 +00: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