Crate ockam_core[][src]

Core types of the Ockam library.

This crate contains the core types of the Ockam library and is intended for use by other crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate.

Modules

lib

A facade around the various collections and primitives needed when using no alloc, alloc only, or std modes

Structs

Address

An external identifier for message routing.

AddressSet

A collection of Addresses

Error

The type of errors returned by Ockam functions.

Traits

Message

A user defined message that can be serialised and deserialised

Worker

Base ockam worker trait.

Type Definitions

Encoded

Alias of the type used for encoded data.

Result

The type returned by Ockam functions.