Crate value_bag[][src]

Expand description

Structured values.

This crate contains the ValueBag type, a container for an anonymous structured value. ValueBags can be captured in various ways and then formatted, inspected, and serialized without losing their original structure.

Modules

fill

Deferred value initialization.

test

Test support for inspecting values.

visit

Value inspection.

Structs

Error

An error encountered while working with structured data.

ValueBag

A dynamic structured value.