Skip to content

A thin serde wrapper for handling multiple formats at once

License

Notifications You must be signed in to change notification settings

dalloriam/polyglot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyglot

Crate Documentation

A library for format-agnostic serialization

Target Use-Case

Polyglot is not meant as a one-stop shop for all your serialization needs. It does not expose all features of the most popular serialization libraries (e.g. pretty-printing) in favor of a unified interface. This library is best used when developing format-agnostic applications, like a server that can communicate over JSON or over MessagePack, or a service that can be configured in YML, JSON, or TOML. Basically,if you're writing an application that cares little about the format your data is in, but that does care about deserializing it, Polyglot is for you.

About

A thin serde wrapper for handling multiple formats at once

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages