cqc 0.1.0

An implementation of the CQC interface.
Documentation

CQC

A Rust implementation of the CQC interface.

Usage

Add this to your Cargo.toml:

[dependencies]
cqc = "0.1"

and this to your source file:

extern crate cqc;