Expand description
Generic parameter storage using IndexMap<String, Value>.
This module provides a centralized definition of Params as a generic storage
solution for serde_json::Value data, along with Python bindings.
Structs§
- Params
- Newtype wrapper for generic parameter storage.
Functions§
- from_
pydict - Converts a Python dict to
Params.