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

#![doc(html_root_url="http://rust-rethinkdb.github.io/ql2/1.0.x")]

extern crate protobuf;

pub mod proto;