[][src]Crate fce

Structs

FCE

The base struct of the Fluence Compute Engine.

FCEFunctionSignature

Represent a function type inside FCE.

FCEModuleConfig

Enums

FCEError
IType

Represents the types supported by WIT.

IValue

A WIT value.

Functions

from_interface_values

Deserialize a set of InterfaceValues to a type T that implements the Deserialize trait.

to_interface_value

Serialize a type T that implements the Serialize trait to an InterfaceValue.