serde_dyn 0.4.0

A package that allows you to dynamically select which type to deserialize at runtime via UUID values specified per type.
Documentation
1
2
3
4
5
6
7
# Test suite must pass on Travis before merging into `master`.
status = [
    "continuous-integration/travis-ci/push",
]

# This feature is rarely useful and more often problematic, so we turn it off.
delete_merged_branches = false