Crate ockam_node

source ·
Expand description

This crate provides an implementation of an Ockam [Ockam][main-ockam-crate-link] Node and is intended for use by crates that provide features and add-ons to the main [Ockam][main-ockam-crate-link] library.

The main [Ockam][main-ockam-crate-link] crate re-exports types defined in this crate, when the "std" feature is enabled.

Re-exports§

Modules§

Macros§

  • Create a migrator given a path to sql script

Structs§

Enums§

Constants§

Traits§

  • This trait can be used to integrate transports into a node

Type Aliases§

  • A special sender type that connects a type to an AsyncDrop handler
  • A special type of Context that has no worker relay and inherits the parent Context’s access control
  • The reply/result of a Node