#serialization #serde #data #format #wrapper #object #different

serde-helpers

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

1 unstable release

Uses old Rust 2015

0.1.0 Feb 24, 2018

#214 in #different

23 downloads per month

MIT license

8KB
151 lines

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.


lib.rs:

serde-helpers

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.

Dependencies

~110–570KB
~13K SLoC