1
2
3
4
5
//! RethinkDB protocol implementation in Rust

#![no_std]

include!(concat!(env!("OUT_DIR"), "/ql2.rs"));