[][src]Module kekbit::codecs

Structs

PlainTextDataFormat

Simple unstructured text format. Any applications which just want to exchange plain text may used (e.g. a chat clients, or an application used to exchang text files between peers).

RawBinDataFormat

The most basic data format. It just simply writes raw bytes into the channel, without any regard of the underlying data's structure

Traits

DataFormat

A data format that can be use by a kekbit channel

Encodable

An entity which can be written in a channel using the specified data format