Expand description
Utility functions for Python-Rust data conversion.
This module provides helper functions for converting between Python objects and Rust data structures, particularly for working with JSON-like data.
Functionsยง
- pyany_
to_ value - Converts a Python object to a serde_json::Value.
- pydict_
to_ value - Converts a Python dictionary to a serde_json::Value.
- value_
to_ pydict - Converts a serde_json::Value to a Python object.