bformat

bformat encoder/decoder

Modules

client
module bformat.client

Socket encoding/decoding functions

marshall
module bformat.marshall

Standalone encoding/decoding functions

Members

Imports

BClient (from bformat.client)
public import bformat.client : BClient;

Provides a client which consumes a stream which can encode and decode messages to and from it

decodeMessage (from bformat.marshall)
public import bformat.marshall : decodeMessage;

Decodes the provided bformat message into the message itself

encodeBformat (from bformat.marshall)
public import bformat.marshall : encodeBformat;

Encodes the provided message into the bformat format

Meta