Docs.rs
pyo3-macros-backend-0.22.6
pyo3-macros-backend 0.22.6
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
davidhewitt
github:pyo3:admins
Dependencies
heck ^0.5
normal
proc-macro2 ^1.0.60
normal
pyo3-build-config =0.22.6
normal
quote ^1
normal
syn ^2.0.59
normal
pyo3-build-config =0.22.6
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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_
macros_
backend
0.22.6
pyo3_macros_backend
Function
build_py_function
Copy item path
Source
pub fn build_py_function( ast: &mut
ItemFn
, options:
PyFunctionOptions
, ) ->
Result
<
TokenStream
>