Crate wick_packet

source ·
Expand description

Maintenance

wick-packet

The wick-packet crate supplies the data structures necessary to invoke Wick components.

Macros

Structs

  • An implementation that encapsulates a collection link that components use to call out to components on other Wick collections.
  • An implementation of the Flux as seen in RSocket and reactive streams. It is similar to a [Stream<Item = Result<Item, Err>>] or an unbounded channel.
  • A FluxPipe is the result of piping one [Flux] into another.
  • The receving end-only of a crate::Flux
  • Data inherent to an invocation. Meant to be supplied by a runtime, not a user.
  • Metadata associated with the frame.
  • An implementation of the Mono as seen in RSocket and reactive streams. It is similar to a [Future<Output = Result<Item, Err>>] that can be pushed to after instantiation.
  • A stream of Packets
  • A wrapper for a map of Strings to [MessageTransport]

Enums

Constants

Traits

  • A generic trait to wrap over Flux, Mono, and supporting types.
  • A Future that wraps a Result and can be used as a Mono.
  • The wasmrs-rx implementation of an Rx Observable trait
  • The wasmrs-rx implementation of an Rx Observer trait

Functions

Type Definitions