Skip to main content

Crate rivet_util_serde

Crate rivet_util_serde 

Source

Structs§

FakeMap
A map-like structure that serializes/deserializes as a JSON object but is backed by a Vec. Preserves insertion order and allows duplicate keys.
HashableMap
Used in workflow activity inputs/outputs. Using this over BTreeMap is preferred because this does not reorder keys, providing faster insert and lookup.
Raw
Allows partial json ser/de. Effectively a serde_json::value::RawValue with type information.

Enums§

DeserializeError
SimpleValue
Like serde_json::Value but with no nesting types (arrays, objects).

Traits§

AsHashableExt