Expand description
§surrealism-types
Shared types for the Surrealism WASM plugin system.
This crate provides:
- Function argument marshalling (
Args) for converting between typed tuples and vectors ofsurrealdb_types::Value. - Error types and utilities (
SurrealismError,PrefixErr) used across the runtime and guest SDK.
Modules§
- args
- Traits for marshalling function arguments to and from
surrealdb_types::Valuevectors. Function argument marshalling for SurrealDB values. - err
- Error handling utilities for prefixing errors with context. Error handling utilities for prefixing errors with context.