Crate polywrap_plugin

source ·

Re-exports

Modules

Macros

  • Construct a serde_json::Value from a JSON literal.
  • Construct a URI from compatible types.

Structs

Enums

Traits

Functions

  • Deserialize an instance of type T from an I/O stream of JSON.
  • Deserialize an instance of type T from a string of JSON text.
  • Interpret a serde_json::Value as an instance of type T.
  • Serialize the given data structure as a String of JSON.
  • Serialize the given data structure as a pretty-printed String of JSON.
  • Convert a T into serde_json::Value which is an enum that can represent any valid JSON data.
  • Serialize the given data structure as a pretty-printed JSON byte vector.
  • Serialize the given data structure as JSON into the I/O stream.
  • Serialize the given data structure as pretty-printed JSON into the I/O stream.

Type Aliases

Attribute Macros