[][src]Crate conjoiner_engine

A utility crate built for the libqaul ecosystem

Enums

Error

This is the error type used by Postcard

Traits

DeserializeOwned

A data structure that can be deserialized without borrowing any data from the deserializer.

Serialize

A data structure that can be serialized into any data format supported by Serde.

Functions

deserialise

Deserialise a byte array payload into a concrete type

serialise

Serialise any iteratable into a compacted binary payload

Type Definitions

Result

This is the Result type used by Postcard.

Derive Macros

Serialize