Docs.rs
pyo3-0.16.5
pyo3 0.16.5
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
fafhrd91
github:pyo3:admins
Dependencies
anyhow ^1.0
normal
cfg-if ^1.0
normal
eyre >=0.4, <0.7
normal
hashbrown >=0.9, <0.13
normal
indexmap >=1.6, <1.8
normal
indoc ^1.0.3
normal
inventory ^0.2.0
normal
libc ^0.2.62
normal
num-bigint ^0.4
normal
num-complex >=0.2, <0.5
normal
parking_lot >=0.11, <0.13
normal
pyo3-ffi =0.16.5
normal
pyo3-macros =0.16.5
normal
serde ^1.0
normal
unindent ^0.1.4
normal
assert_approx_eq ^1.1.0
dev
criterion ^0.3.5
dev
proptest ^0.10.1
dev
rustversion ^1.0
dev
send_wrapper ^0.5
dev
serde ^1.0
dev
serde_json ^1.0.61
dev
trybuild ^1.0.49
dev
widestring ^0.5.1
dev
pyo3-build-config ^0.16.5
build
Versions
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.2
0.13.1
0.13.0
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.9.0-alpha.1
0.8.5
0.8.4
0.8.3
0.8.2
0.8.0
0.7.0
0.7.0-alpha.1
0.6.0
0.6.0-alpha.4
0.6.0-alpha.3
0.6.0-alpha.2
0.6.0-alpha.1
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-alpha.3
0.5.0-alpha.2
0.5.0-alpha.1
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
95.84%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Releases
All Releases
Releases by Stars
Recent Build Failures
Build Failures by Stars
Release Activity
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
Rust Cookbook
Crates.io
The Cargo Guide
☰
PyResult
In pyo3::prelude
?
Type Definition
pyo3
::
prelude
::
PyResult
source
·
[
−
]
pub type PyResult<T> =
Result
<T,
PyErr
>;
Expand description
Represents the result of a Python call.