Crate valuable_value[][src]

Expand description

An implementation of the valuable value specification.

Provides a general Value type for working with valuable values of arbitrary shape, and serde serializers and deserializers for both the human-readable encoding and the compact encoding.

There is no support for the canonic encoding because the serde API is not flexible enough to incorporate the required canonicity checks.

Enable the arbitrary feature for an implementation of the Arbitrary trait for the Value type and further utilities for property testing.

Modules

Enums

A type for working with valuable values of arbitrary shape