Crate binate[][src]

Expand description

Implementation of the RSocket protocol.

Modules

RSocket transport session between client and server.

frameframe

Provides the Frame type that represents a RSocket protocol frame, and utilities for encoding/decoding frames into/from byte arrays.

Definition of mimetypes.

The RSocket prelude.

Structs

Errors that can occur when handling RSocket streams.

Enums

A list of valid RSocket protocol error codes.

Traits

A trait that represents a Reactive Socket.

Type Definitions

A stream of values that produced asynchronously.

A stream that emits a value exactly once.

A Result type aliased for Result<T, Error>.