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§
- Format
Convert Error - Error produced by format-conversion operations.
Functions§
- json_
to_ toml - Convert a
serde_json::Valueto atoml::Value.