Expand description

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

Macros

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