#uuid #serialization #serde #dynamic

serde_dyn

A package that allows you to dynamically select which type to deserialize at runtime via UUID values specified per type

7 unstable releases (3 breaking)

Uses old Rust 2015

0.4.0 Jan 19, 2019
0.3.1 Dec 25, 2018
0.2.2 Nov 27, 2018
0.1.0 Sep 17, 2018

#1593 in Encoding

Download history 3/week @ 2024-02-25 1/week @ 2024-03-10 71/week @ 2024-03-31

72 downloads per month

MIT/Apache

7KB
87 lines

serde_dyn Crates.io Travis

Rust crate that assists with automatically identifying types in serialized data.

This allows you to use UUID values to select deserialization instructions to use at runtime, rather than being forced to pick a type to deserialize at compile time.

This crate was designed to solve a problem in the Amethyst game engine but I hope you'll find it useful outside of that context too.

Contributing

I welcome contributions and alterations to this project! Here's some info to help you get started.

  • If you would consider your change substantial open an issue on the issues tab so we can discuss it before you build it.
  • If you're fixing a bug please provide a unit test for the bug fixed so we don't do it again.
  • If applicable, new features should have some basic unit tests added too.
  • Please format your code with the most recent stable release of rustfmt before submitting your PR.
  • I don't have a regular release schedule, if you want something you've added put on crates.io right away make sure to bump the version number for the project in your pull request.

Dependencies

~2MB
~42K SLoC