A Rust implementation of the CQC interface.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] cqc = "0.1"
and this to your source file:
rust extern crate cqc;