Docs.rs
pyo3-ffi-0.22.6
pyo3-ffi 0.22.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davidhewitt
Dependencies
libc ^0.2.62
normal
paste ^1
dev
pyo3-build-config =0.22.6
build
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_
ffi
0.22.6
pyo3_ffi
Type Alias
getter
Copy item path
Source
pub type getter = unsafe extern "C"
fn
(slf:
*mut
PyObject
, closure:
*mut
c_void
) ->
*mut
PyObject
;