tarantool-rs 0.0.10

Asyncronous tokio-based client for Tarantool
Documentation
1
2
3
4
pub use self::{prepared_statement::PreparedSqlStatement, response::SqlResponse};

mod prepared_statement;
mod response;