Skip to content

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

License

Notifications You must be signed in to change notification settings

iredelmeier/serde-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages