cqc 0.2.0

An implementation of the CQC interface.
Documentation

CQC

Latest version Documentation License

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;