Module codec

Source
Expand description

Wrap tor_cell::…:::ChannelCodec for use with the asynchronous_codec crate.

Structs§

ChannelCodec 🔒
Asynchronous wrapper around ChannelCodec in tor_cell, with implementation for use with asynchronous_codec.

Enums§

CodecError 🔒
An error from a ChannelCodec.

Functions§

change_message_types 🔒
Consume a Framed codec user, and produce one that sends and receives different message types.