CQC

Latest version Documentation License

A Rust implementation of the CQC interface.

Design goals

The following goals drive the design of the cqc crate:

Limitations

Factory and Sequence Headers are not currently fully supported.

Usage

Add this to your Cargo.toml:

toml [dependencies] cqc = "0.3"

and this to your source file:

rust extern crate cqc;