Crate rotor_capnp [] [src]

mio based async stream for Cap'n Proto messages

Structs

Capnp

Adaptor for receiving and sending Cap'n Proto messages over a stream connection.

MessageWriter

Cap'n Proto message serializer.

Persistent

Persistent client connection

Stream

A main stream state machine abstaction

Enums

Accept

Socket acceptor State Machine

Action

Wrapper of the new state of Endpoint and the next action.

ConnectionState

State of the underlying connection

Error

Error type for the underlying state machine

Traits

Endpoint

A handler for receiving and sending Cap'n Proto messages.

Type Definitions

CapnpStream

State machine for the Cap'n Proto message stream.

MessageBuilder

Cap'n Proto message builder.

MessageReader

Cap'n Proto message reader.