Docs.rs
pyo3-0.23.2
pyo3 0.23.2
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fafhrd91
github:pyo3:admins
Dependencies
anyhow ^1.0.1
normal
optional
cfg-if ^1.0
normal
chrono ^0.4.25
normal
optional
chrono-tz >=0.10, <0.11
normal
optional
either ^1.9
normal
optional
eyre >=0.6.8, <0.7
normal
optional
hashbrown >=0.14.5, <0.16
normal
optional
indexmap >=2.5.0, <3
normal
optional
indoc ^2.0.1
normal
optional
inventory ^0.3.0
normal
optional
libc ^0.2.62
normal
memoffset ^0.9
normal
num-bigint ^0.4.2
normal
optional
num-complex >=0.4.6, <0.5
normal
optional
num-rational ^0.4.1
normal
optional
once_cell ^1.13
normal
pyo3-ffi =0.23.2
normal
pyo3-macros =0.23.2
normal
optional
rust_decimal ^1.15
normal
optional
serde ^1.0
normal
optional
smallvec ^1.0
normal
optional
unindent ^0.2.1
normal
optional
assert_approx_eq ^1.1.0
dev
chrono ^0.4.25
dev
chrono-tz >=0.10, <0.11
dev
futures ^0.3.28
dev
proptest ^1.0
dev
rayon ^1.6.1
dev
send_wrapper ^0.6
dev
serde ^1.0
dev
serde_json ^1.0.61
dev
static_assertions ^1.1.0
dev
tempfile ^3.12.0
dev
trybuild >=1.0.70
dev
uuid ^1.10.0
dev
pyo3-build-config =0.23.2
build
portable-atomic ^1.0
normal
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
pyo3
0.23.2
Module panic
Module Items
Structs
In crate pyo3
pyo3
Module
panic
Copy item path
Source
Expand description
Helper to convert Rust panics to Python exceptions.
Structs
ยง
Panic
Exception
The exception raised when Rust code called from Python panics.