Expand description

Simple library for serializing complex types to the wasmtime runtime using serde

Macros

Structs

Functions

  • Deserializes a slice of bytes into an instance of T using the default configuration.
  • Serializes a serializable object into a Vec of bytes using the default configuration.

Attribute Macros