Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 922 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 922 Bytes

serde-helpers

Wrappers for serializing/deserializing Rust objects to and from different data formats

Build Status Docs Crates.io

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.