Skip to main content

Module params

Module params 

Source
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.