unreql 0.2.1

Well documented and easy to use RethinkDB Rust Driver
Documentation
1
2
3
4
5
mod bytes_to_string;
mod static_string;

pub(crate) use bytes_to_string::*;
pub(crate) use static_string::*;