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

extern crate protobuf;

pub mod proto;