Structs§
- Bincode
FfiFormat - The default serialisation format implementation used in the FFI calls. Uses
bincode. - Bridge
- Bridge is a core wrapper presenting the same interface as the
Corebut in a serialized form, using bincode as the serialization format. - Effect
Id - Json
FfiFormat - A JSON serialisation format implementation used in the FFI calls. Uses
serde_json. - Request
- Request for a side-effect passed from the Core to the Shell.
- Requests
- A batch of effect requests from the Core to the Shell, as serialised by
Bridge::updateandBridge::resolve.
Enums§
Traits§
- FfiFormat
- A serialization format for the bridge FFI.