Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/davidhewitt/pythonize
/ ser.rs
File
ser.rs
src/ser.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::marker::PhantomData;
2
3
#[cfg(feature =
"arbitrary_precision"
)]
4
use pyo3::types::{PyAnyMethods, PyFloat, PyInt};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected