flow-value 0.1.0

Value type for flow inputs and outputs.
Documentation

This crate contains [Value], an enum representing all values that can be used as node's input and output, and utilities for working with [Value].

Common operations:

  • Converting [Value] to Rust types.
  • Converting Rust types to [Value].
  • Receiving [flow_value::Map][Map] as node's input.
  • Returning [flow_value::Map][Map] as node's output.
  • Converting [Value] to/from JSON to use in HTTP APIs and database.
  • Getting and updating nested values with JSON Pointer syntax.