quickjs_rusty

Module serde

Source
Expand description

Serde integration.

Structs§

  • A structure that deserializes JS values into Rust values.
  • A structure that serializes Rust values into JS values.

Enums§

  • Error type for serde operations.

Functions§

  • Deserialize an instance of type T from a JS value.
  • convert from rust type to OwnedJsValue

Type Aliases§

  • Result type for serde operations.