Skip to main content

Module format_convert

Module format_convert 

Source
Expand description

Format conversion helpers for storage operations.

This module provides pure format-conversion functions (JSON ↔ TOML) that are shared across multiple storage types. All functions are free of any IO logic.

Enums§

FormatConvertError
Error produced by format-conversion operations.

Functions§

json_to_toml
Convert a serde_json::Value to a toml::Value.