Docs.rs
pyany-serde-0.6.1
pyany-serde 0.6.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
JPK314
Dependencies
bytemuck ^1.17.0
normal
byteorder ^1.5.0
normal
dyn-clone ^1.0.17
normal
enum-kinds ^0.5.1
normal
fastrand ^2.2.0
normal
hex ^0.4.3
normal
itertools ^0.15.0
normal
num-derive ^0.4.2
normal
num-traits ^0.2.19
normal
numpy ^0.29.0
normal
pastey ^0.2.3
normal
pyo3 ^0.29.0
normal
raw_sync ^0.1.5
normal
shared_memory ^0.12.4
normal
strum ^0.28.0
normal
strum_macros ^0.28.0
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
retrieve_python_type
pyany_
serde
0.6.1
In pyany_
serde::
common
pyany_serde
::
common
Function
retrieve_
python_
type
Copy item path
Source
pub fn retrieve_python_type( bytes: &[
u8
], offset:
usize
, ) ->
PyResult
<(
PythonType
,
usize
)>