serde-helpers
provides wrappers for serializing and deserializing data structures
to and from certain data formats.
The library is primarily intended to keep crates that need to serialize or deserialize
data from having to be aware of serde
itself, if they do not otherwise have a need
to consume it.
Additionally, serde-helpers
provides some additional consistency across data formats,
e.g., by providing a single, consolidated Error
struct that wraps the format-specific
error.