serde-helpers

Crates.ioserde-helpers
lib.rsserde-helpers
version0.1.0
sourcesrc
created_at2018-02-24 02:06:49.826895
updated_at2018-02-24 02:06:49.826895
descriptionWrappers for serializing/deserializing Rust objects to and from different data formats
homepage
repositoryhttps://github.com/iredelmeier/serde-helpers
max_upload_size
id52589
size8,522
Isobel Redelmeier (iredelmeier)

documentation

README

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.

Commit count: 6

cargo fmt