Provides convenient traits and functions for converting between TOML/JSON/MessagePack strings and serializable values.
# Cargo.toml
[dependencies]
serdeconv = "0.4.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserializes a TOML string into a struct using serdeconv.
Add `serde = { version = "1", features = ["derive"] }` to Cargo.toml.No dependency data recorded yet.