Module cqc::builder[][src]

CQC Packet builder

This module provides utility functions to build valid CQC packets. Its main purpose is to provide an API that can guarantee correct packet format. It is not necessary to use the builder module to build CQC packets, but packets built exclusively with this API are guaranteed to be correct.

Currently only client-to-server packets are supported.

Structs

Builder

The Builder construct builds packets for a particular application ID.

RemoteId

Struct containing all the necessary bits of information to identify a remote instance of the CQC backend.